Portable printf added

This commit is contained in:
2025-12-21 15:34:45 +01:00
parent b41b6e2369
commit ef5f658a62
7 changed files with 1049 additions and 4 deletions

View File

@@ -16,3 +16,10 @@ Then it can be run with `qemu-system-x86_64 kernel.iso`.
Functions that return an integer as status of success/failure will return:
- 0 if everything went correctly
- a negative value if something went wrong
### Thanks
PepperOS wouldn't be possible without:
- the [Limine](https://codeberg.org/Limine/Limine) portable bootloader
- Marco Paland's freestanding [printf implementation](https://github.com/mpaland)