Source-Changes archive

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

CVS commit: syssrc/sys/arch/sgimips/stand



Module Name:    syssrc
Committed By:   thorpej
Date:           Wed Nov 21 23:33:19 UTC 2001

Modified Files:
        syssrc/sys/arch/sgimips/stand/boot: Makefile version
        syssrc/sys/arch/sgimips/stand/common: boot.c bootinfo.c bootinfo.h
            common.h disk.c
Removed Files:
        syssrc/sys/arch/sgimips/stand/common: startprog.S

Log Message:
- Adjust bootinfo to work sanely in an ARCS world, and pass some
  info along to the kernel (currently just the symbol table info).
- Don't bother with the startprog dance; we don't need to do anything
  special, here, so just call the entry point directly.
- A bunch of random cleanup.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sgimips/stand/boot/Makefile \
    syssrc/sys/arch/sgimips/stand/boot/version
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sgimips/stand/common/boot.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sgimips/stand/common/bootinfo.c \
    syssrc/sys/arch/sgimips/stand/common/bootinfo.h \
    syssrc/sys/arch/sgimips/stand/common/common.h \
    syssrc/sys/arch/sgimips/stand/common/disk.c
cvs rdiff -r1.1 -r0 syssrc/sys/arch/sgimips/stand/common/startprog.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