Truly independent web browser
Go to file
Andreas Kling fe237ee215 Lots of hacking:
- Turn Keyboard into a CharacterDevice (85,1) at /dev/keyboard.
- Implement MM::unmapRegionsForTask() and MM::unmapRegion()
- Save SS correctly on interrupt.
- Add a simple Spawn syscall for launching another process.
- Move a bunch of IO syscall debug output behind DEBUG_IO.
- Have ASSERT do a "cli" immediately when failing.
  This makes the output look proper every time.
- Implement a bunch of syscalls in LibC.
- Add a simple shell ("sh"). All it can do now is read a line
  of text from /dev/keyboard and then try launching the specified
  executable by calling spawn().

There are definitely bugs in here, but we're moving on forward.
2018-10-23 10:12:50 +02:00
AK Lots of hacking: 2018-10-23 10:12:50 +02:00
ELFLoader Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
Kernel Lots of hacking: 2018-10-23 10:12:50 +02:00
LibC Lots of hacking: 2018-10-23 10:12:50 +02:00
Userland Lots of hacking: 2018-10-23 10:12:50 +02:00
VirtualFileSystem Lots of hacking: 2018-10-23 10:12:50 +02:00
Widgets Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
.gitignore Add a root .gitignore. 2018-10-13 17:00:27 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00