Hobby OS for x86 (WIP)
Anar al arxiu
Arnau Camprubí dea348c716 Renamed some functions
print_string() -> puts()
print_string_at() -> puts_at()
Also created printf() that (for now) just calls puts()
2022-06-17 14:42:44 +02:00
config Finally, bootable kernel bare bones! 2022-06-17 00:44:56 +02:00
scripts Finally, bootable kernel bare bones! 2022-06-17 00:44:56 +02:00
src/kernel Renamed some functions 2022-06-17 14:42:44 +02:00
.gitignore Initial code organization and GCC+binutils toolchain 2022-06-16 00:29:13 +02:00
LICENSE GPLv3 license 2022-06-16 00:37:28 +02:00
Makefile Finally, bootable kernel bare bones! 2022-06-17 00:44:56 +02:00