Go to file
Andreas Kling f67d695254 More paging stuff.
The test userspace process now runs at linear address 0x300000 which is
mapped to a dynamically allocated page from the MemoryManager. Cool!
2018-10-18 13:05:00 +02:00
AK Add size_t and ssize_t to kernel builds. 2018-10-17 16:47:19 +02:00
ELFLoader Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Kernel More paging stuff. 2018-10-18 13:05:00 +02:00
VirtualFileSystem Add an fd field to FileHandle in Kernel builds. 2018-10-18 10:27:07 +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