From 79fcd6c2d2e41ba33bd91dc0512c9ffb189394e1 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sun, 16 Nov 2014 04:28:09 +0000 Subject: [PATCH] config(1): TODO item about swapnetbsd.c --- usr.bin/config/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr.bin/config/TODO b/usr.bin/config/TODO index 24990b884de7..58a140f3345a 100644 --- a/usr.bin/config/TODO +++ b/usr.bin/config/TODO @@ -241,3 +241,9 @@ o Control ELF sections using linker script. Kernel and modular MI linkages may change behavior depending on existence of debug information. In the future .symtab will be copied using linker during this stage. + +o Redesign swapnetbsd.c (root/swap device specification) + + Don't build a whole kernel only to specify root/swap devices. + + Make these parameter re-configurable afterwards.