Source-Changes archive

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

CVS commit: src/sys/arch/cobalt



Module Name:    src
Committed By:   cdi
Date:           Wed Jan  7 12:43:44 UTC 2004

Modified Files:
        src/sys/arch/cobalt/cobalt: console.c machdep.c
        src/sys/arch/cobalt/stand/boot: Makefile boot.c start.S
Added Files:
        src/sys/arch/cobalt/include: bootinfo.h
        src/sys/arch/cobalt/stand/boot: bootinfo.c bootinfo.h

Log Message:
Pass some info from the boot loader to the kernel:

 - Kernel image name
 - Symbol table
 - A flag indicating console presence (could be clobbered if not passed)

Add _rtt() entry to the boot loader code.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/cobalt/cobalt/console.c
cvs rdiff -r1.49 -r1.50 src/sys/arch/cobalt/cobalt/machdep.c
cvs rdiff -r0 -r1.1 src/sys/arch/cobalt/include/bootinfo.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/cobalt/stand/boot/boot.c
cvs rdiff -r0 -r1.1 src/sys/arch/cobalt/stand/boot/bootinfo.c \
    src/sys/arch/cobalt/stand/boot/bootinfo.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/cobalt/stand/boot/start.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