thorpej
07c71aa7f7
Implement new grammar and semantics for specifying file systems
and the root device: - New "file-system" keyword is used to configure file systems into the kernel. - New way of specifying root device, which allows root file system type to always be specified. Examples: config gennetbsd swap generic config sdnetbsd root on sd0a swap on sd0b config nfsnetbsd root on nfs are replaced by: config gennetbsd root on ? type ? config sdnetbsd root on sd0a type ffs swap on sd0b config nfsnetbsd root on ? type nfs config lenetbsd root on le0 type nfs Note that specific network interfaces may now be specified as the root device. - swapgeneric.c is no longer used; generate a swap*.c file for each "config" line in the kernel configuration file.
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%