Source-Changes archive

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

CVS commit: src/sys/arch/i386/stand/pxeboot



Module Name:    src
Committed By:   chris
Date:           Sun May 11 11:42:03 UTC 2008

Modified Files:
        src/sys/arch/i386/stand/pxeboot: dev_net.c main.c

Log Message:
Add support to pxeboot to allow the loading of modules.  Changes to main.c
are taken from boot/boot2.c.

This allows an install to be started by running:
load tftp:miniroot.kmod
boot tftp:netbsd-GENERIC

Note that the change to dev_net.c to comment out the network shutdown,
suggests we need to hook the network shutdown in the the common exec code.
If the network is shutdown, it fails to reinitialise and so fails to load
the module.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/stand/pxeboot/dev_net.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/i386/stand/pxeboot/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index