Hello, world! in linear framebuffer

This commit is contained in:
2025-12-21 14:56:19 +01:00
parent 634cf699dc
commit b41b6e2369
7 changed files with 149 additions and 7 deletions

View File

@@ -9,3 +9,10 @@ make build-iso
```
Then it can be run with `qemu-system-x86_64 kernel.iso`.
### Kernel conventions
Functions that return an integer as status of success/failure will return:
- 0 if everything went correctly
- a negative value if something went wrong