21 lines
793 B
Markdown
21 lines
793 B
Markdown
# <img width="40" height="40" alt="pixil-frame-0(4)" src="https://github.com/user-attachments/assets/486ac8ba-6b89-4cef-9184-59c8cddbea16" /> pepperOS: "will never be done"
|
|
|
|
## Trying the kernel
|
|
|
|
First install the dependencies: `sudo apt install xorriso make qemu-system`
|
|
|
|
Then, to compile the kernel and make an ISO image file: `make build-iso`
|
|
To run it with QEMU, `make run`
|
|
|
|
## Thanks
|
|
|
|
PepperOS wouldn't be possible without the following freely-licensed software:
|
|
|
|
- the [Limine](https://codeberg.org/Limine/Limine) portable bootloader
|
|
- Marco Paland's freestanding [printf implementation](https://github.com/mpaland)
|
|
- the [ZAP](https://www.zap.org.au/projects/console-fonts-zap/) PSF console fonts
|
|
|
|
...and without these amazing resources:
|
|
|
|
- the [OSDev](https://osdev.org) wiki & forums
|