Kernel: Remove lai as a dependecy

I don't think lai is needed anymore, since my own AML interpreter
can do ACPI poweroff which was all that lai was used for.
This commit is contained in:
2024-04-10 04:39:48 +03:00
parent 7a2be05c69
commit cdbdc1a822
9 changed files with 4 additions and 197 deletions

View File

@@ -14,9 +14,9 @@ This is my hobby operating system written in C++. Currently supports x86\_64 and
- [x] Linear framebuffer (VESA and GOP)
- [x] Network stack
- [x] ELF executable loading
- [x] AML interpreter (partial)
- [ ] ELF dynamic linking
- [ ] Graphical desktop
- [ ] AML interpreter (currenly using [lai](https://github.com/managarm/lai))
#### Drivers
- [x] NVMe disks