Module Name: src Committed By: uebayasi Date: Sun Nov 16 04:28:09 UTC 2014
Modified Files: src/usr.bin/config: TODO Log Message: config(1): TODO item about swapnetbsd.c To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/config/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/config/TODO diff -u src/usr.bin/config/TODO:1.12 src/usr.bin/config/TODO:1.13 --- src/usr.bin/config/TODO:1.12 Thu Nov 13 15:25:48 2014 +++ src/usr.bin/config/TODO Sun Nov 16 04:28:09 2014 @@ -241,3 +241,9 @@ o Control ELF sections using linker scri 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.