A simple POSIX-based operating system for 64-bit computers
Go to file
apio 929962efc9 Fixed size counting in RangeAllocator
Which was displaying VERY wrong sizes beforehand. (Number of regions * 4096 instead of number of bytes)
2022-09-07 20:01:44 +02:00
initrd Ready. Set. Go! 2022-09-05 16:13:51 +02:00
kernel Fixed size counting in RangeAllocator 2022-09-07 20:01:44 +02:00
tools Make building with debug symbols conditional in the Makefile 2022-09-07 15:05:57 +02:00
.clang-format Ready. Set. Go! 2022-09-05 16:13:51 +02:00
.gitignore Ready. Set. Go! 2022-09-05 16:13:51 +02:00
luna.json Ready. Set. Go! 2022-09-05 16:13:51 +02:00
Makefile Ready. Set. Go! 2022-09-05 16:13:51 +02:00