Source-Changes archive

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

CVS commit: src/sys/arch/acorn32/stand



Module Name:    src
Committed By:   reinoud
Date:           Sat Dec 28 23:57:40 UTC 2002

Added Files:
        src/sys/arch/acorn32/stand: Makefile Makefile.buildboot
        src/sys/arch/acorn32/stand/boot32: Makefile boot32.c rmheader.S start.S
            version
        src/sys/arch/acorn32/stand/lib: Makefile Makefile.inc devopen.c
            newvers_rm.sh riscoscalls.S riscoscalls.h riscoscons.c riscosdisk.c
            riscosdisk.h riscoserrors.c riscosfile.c riscosfile.h srt0.S srt0.h
            srt1.c

Log Message:
Initial commit of the 3rd generation of bootloaders for the Acorn32
platform. It features far better support for newer architectures and is
fully rewritten in C and compile-able under NetBSD.

Since it shares code with `boot26' for Acorn26 merging the common parts is
likely to be next on the list.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/Makefile \
    src/sys/arch/acorn32/stand/Makefile.buildboot
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/boot32/Makefile \
    src/sys/arch/acorn32/stand/boot32/boot32.c \
    src/sys/arch/acorn32/stand/boot32/rmheader.S \
    src/sys/arch/acorn32/stand/boot32/start.S \
    src/sys/arch/acorn32/stand/boot32/version
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/lib/Makefile \
    src/sys/arch/acorn32/stand/lib/Makefile.inc \
    src/sys/arch/acorn32/stand/lib/devopen.c \
    src/sys/arch/acorn32/stand/lib/newvers_rm.sh \
    src/sys/arch/acorn32/stand/lib/riscoscalls.S \
    src/sys/arch/acorn32/stand/lib/riscoscalls.h \
    src/sys/arch/acorn32/stand/lib/riscoscons.c \
    src/sys/arch/acorn32/stand/lib/riscosdisk.c \
    src/sys/arch/acorn32/stand/lib/riscosdisk.h \
    src/sys/arch/acorn32/stand/lib/riscoserrors.c \
    src/sys/arch/acorn32/stand/lib/riscosfile.c \
    src/sys/arch/acorn32/stand/lib/riscosfile.h \
    src/sys/arch/acorn32/stand/lib/srt0.S \
    src/sys/arch/acorn32/stand/lib/srt0.h \
    src/sys/arch/acorn32/stand/lib/srt1.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