Go to file
Andreas Kling 72514c8b97 Don't use doubles in RandomDevice.
...since Computron doesn't have FPU support yet, I'm gonna avoid using it
here in Serenity for now.
2018-10-23 00:35:11 +02:00
AK Add a CircularQueue template class to AK. 2018-10-22 22:46:02 +02:00
ELFLoader Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
Kernel Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
LibC Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
Userland Okay, with some mucking around, there is now a /bin/id and it runs! 2018-10-22 14:41:54 +02:00
VirtualFileSystem Don't use doubles in RandomDevice. 2018-10-23 00:35:11 +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