Files
pepperOS/README.md

12 lines
164 B
Markdown

# 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`.