Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -7,6 +7,25 @@ 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`
|
Then, to compile the kernel and make an ISO image file: `make build-iso`
|
||||||
To run it with QEMU, `make run`
|
To run it with QEMU, `make run`
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
The basics that I'm targeting are:
|
||||||
|
|
||||||
|
- Fix terminal driver (backspace issues, scrolling) OR add Flanterm or equivalent
|
||||||
|
- Implement paging / see what Limine does at boot with memory management
|
||||||
|
- Implement tasks, and task switching
|
||||||
|
- Load an executable
|
||||||
|
- Scheduler (round-robin using the PIT timer interrupt)
|
||||||
|
- Filesystem (TAR for read-only initfs, then maybe read-write using FAT12/16/32
|
||||||
|
- Getting to userspace (syscalls)
|
||||||
|
- Porting musl libc or equivalent
|
||||||
|
|
||||||
|
In the future, maybe?
|
||||||
|
|
||||||
|
- SMP support
|
||||||
|
- Parsing the ACPI tables and using them for something
|
||||||
|
- Replacing the PIT timer with APIC
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
PepperOS wouldn't be possible without the following freely-licensed software:
|
PepperOS wouldn't be possible without the following freely-licensed software:
|
||||||
|
|||||||
Reference in New Issue
Block a user