klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.03k stars 475 forks source link

Webbrowser? Firefox? #266

Open KoleckOLP opened 1 year ago

KoleckOLP commented 1 year ago

Is there any plan to port something like firefox?

BlackPhrase commented 1 year ago

Yes, eventually Already was discussed here: #165 Firefox, Chromium or maybe something simpler first, like Midori

KoleckOLP commented 1 year ago

Thank you, please keep one of the issues opened.

mxlgv commented 1 year ago

Да, в итоге Уже обсуждалось здесь: #165 Firefox, Chromium или может что-то попроще сначала, типа Midori

For starters, you can Netsurf. This is one of the easiest options. It can use SDL as a graphical backend. And the lightweight java script engine Duktape.

klange commented 1 year ago

We even had a port of Netsurf previously, though it was in the pre-NIH days and built against Newlib (and I'm not sure if I ever got its networking bits working correctly, all of my available screenshots are of sample files on disk).

Screenshot_2016-10-26_21-02-36

espero-dev commented 1 year ago

yo can i help make a port of firefox? i like to code some things