First steps: include Limine, kernel entry point, framebuffer request

This commit is contained in:
2025-12-20 10:57:36 +01:00
parent 5142e93728
commit 634cf699dc
7 changed files with 968 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
# pepperOS
will never be done
To compile the kernel and make an ISO image file:
```
make build-iso
```
Then it can be run with `qemu-system-x86_64 kernel.iso`.