Source-Changes archive

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

CVS commit: src/sys/arch/i386



Module Name:    src
Committed By:   joerg
Date:           Sat Oct 11 11:06:20 UTC 2008

Modified Files:
        src/sys/arch/i386/i386: multiboot.c
        src/sys/arch/i386/include: multiboot.h
        src/sys/arch/i386/stand/boot: boot2.c version
        src/sys/arch/i386/stand/lib: Makefile exec.c libi386.h
Added Files:
        src/sys/arch/i386/stand/lib: multiboot.S

Log Message:
Add "multiboot" command to boot multiboot compliant kernels like Xen.
Patch provided by Robert Swindell with fixes for the command line
parsing and addition of passing module options from me. The kernel now
always gets the full string for modules like for the command line,
everything before the first space/tab is the path name of the module.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/i386/i386/multiboot.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/include/multiboot.h
cvs rdiff -r1.37 -r1.38 src/sys/arch/i386/stand/boot/boot2.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/stand/boot/version
cvs rdiff -r1.24 -r1.25 src/sys/arch/i386/stand/lib/Makefile
cvs rdiff -r1.32 -r1.33 src/sys/arch/i386/stand/lib/exec.c
cvs rdiff -r1.25 -r1.26 src/sys/arch/i386/stand/lib/libi386.h
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/lib/multiboot.S

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