Go to file
Andreas Kling 8293a0ff36 Rework DiskDevice's read() and write() to be non-virtual wrappers.
This way subclasses only have to implement readBlock() and writeBlock().
read() and write() require that the offset and length are both divisible
by the blockSize().
2018-10-16 14:13:32 +02:00
AK Start fixing up AK to work inside the kernel. 2018-10-16 13:59:28 +02:00
ELFLoader Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Kernel These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
VirtualFileSystem Rework DiskDevice's read() and write() to be non-virtual wrappers. 2018-10-16 14:13:32 +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