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/2c3db52bb48c
branches: trunk
changeset: 351377:2c3db52bb48c
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 3ffb234566ea -r 2c3db52bb48c 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