diff --git a/README.md b/README.md index 6706bf0b..779207b5 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ aarch64-specific: x86_64-specific: -* UEFI boot through [yboot](https://git.alnyan.me/yggdrasil/yboot) +* UEFI boot through [yboot](https://git.alnyan.me/yggdrasil/yboot) (no plans for legacy boot) * PCIe, with plans to extend to aarch64 as well + * NVMe drive support (read/write) * I/O and Local APIC IRQ controllers -* PS/2 keyboard, -* i8253-based timer (got some problems with HPET on +* PS/2 keyboard, +* i8253-based timer (got some problems with HPET on real hw, had to revert, lol) * COM ports * ACPI, [work in progress](https://github.com/rust-osdev/acpi), mostly broken @@ -82,4 +83,4 @@ Navigation * `src/syscall` — system call handling * `src/task` — kernel and userspace tasks, processes and threads * `src/util` — utilities used within the kernel -* `src/init.rs` — kernel init thread impl. \ No newline at end of file +* `src/init.rs` — kernel init thread impl.