Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Fri May  2 15:26:39 UTC 2008

Modified Files:
        src/share/man/man5: boot.cfg.5
        src/sys/arch/amd64/amd64: locore.S
        src/sys/arch/amd64/conf: GENERIC INSTALL
        src/sys/arch/i386/conf: GENERIC INSTALL
        src/sys/arch/i386/i386: locore.S machdep.c
        src/sys/arch/i386/stand/boot: boot2.c devopen.c version
        src/sys/arch/i386/stand/lib: exec.c
        src/sys/arch/x86/include: bootinfo.h
        src/sys/arch/x86/x86: pmap.c x86_machdep.c

Log Message:
- Give x86 BIOS boot the ability to load new style modules and pass them
  into the kernel. Based on a patch by jmcneill@, with many fixes and
  improvements by me.

- Put MEMORY_DISK_DYNAMIC and MODULAR into the GENERIC kernels, so that
  you can load miniroot.kmod from the boot blocks and boot into the
  installer!


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/share/man/man5/boot.cfg.5
cvs rdiff -r1.42 -r1.43 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -r1.208 -r1.209 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.79 -r1.80 src/sys/arch/amd64/conf/INSTALL
cvs rdiff -r1.892 -r1.893 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.324 -r1.325 src/sys/arch/i386/conf/INSTALL
cvs rdiff -r1.70 -r1.71 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.632 -r1.633 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.24 -r1.25 src/sys/arch/i386/stand/boot/boot2.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/stand/boot/devopen.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/i386/stand/boot/version
cvs rdiff -r1.22 -r1.23 src/sys/arch/i386/stand/lib/exec.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/x86/include/bootinfo.h
cvs rdiff -r1.56 -r1.57 src/sys/arch/x86/x86/pmap.c
cvs rdiff -r1.20 -r1.21 src/sys/arch/x86/x86/x86_machdep.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