Added efiboot TODO.

This commit is contained in:
nonaka 2017-02-11 10:33:44 +00:00
parent 0ecf94e076
commit 2e88f6a9fb

View File

@ -0,0 +1,18 @@
- efiboot
* handle UEFI variables
* boot from CD/DVD (bootable from CD/DVD, but root fs not found.)
* load boot.cfg from EFI system partition (FAT32)
* fix module_init(). need to allocate memory for modules.
* bootia32.efi can load kernel, but can't start kernel
- kernel
* handle UEFI variables (/dev/efivar)
* accelerated console
- userland
* efibootmgr like utility
* merge distrib/amd64/uefi-installimage to distrib/amd64/install-image
* merge distrib/amd64/uefi-installimage/Makefile.* to distrib/common/Makefile.*
- installer
* sysinst(8): handle dk(4) for install disk