Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/efiboot Added efiboot TODO.



details:   https://anonhg.NetBSD.org/src/rev/1e4fac1903fd
branches:  trunk
changeset: 821628:1e4fac1903fd
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Feb 11 10:33:44 2017 +0000

description:
Added efiboot TODO.

diffstat:

 sys/arch/i386/stand/efiboot/TODO.efiboot |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r f6a6dad9681f -r 1e4fac1903fd sys/arch/i386/stand/efiboot/TODO.efiboot
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/efiboot/TODO.efiboot  Sat Feb 11 10:33:44 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index