A simple POSIX-based operating system for 64-bit computers
Go to file
apio 1367e88d88 Finally implement %l and %z format modifiers
Finally, we can use %zx with a 64-bit number instead of %x%x with 2 32-bit values split from a 64-bit number!
2022-09-05 16:59:45 +02:00
initrd Ready. Set. Go! 2022-09-05 16:13:51 +02:00
kernel Finally implement %l and %z format modifiers 2022-09-05 16:59:45 +02:00
tools Ready. Set. Go! 2022-09-05 16:13:51 +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