Source-Changes archive

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

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



Module Name:    src
Committed By:   rin
Date:           Sat Jun 29 13:45:14 UTC 2024

Added Files:
        src/sys/arch/i386/stand/dosboot: dos_file.S doscommain.c dosfile.c
            dosfile.h start_dos.S
Removed Files:
        src/sys/arch/i386/stand/lib: dos_file.S dosfile.c dosfile.h
        src/sys/arch/i386/stand/lib/crt/dos: doscommain.c start_dos.S

Log Message:
i386: stand: Migrate DOS support routines from `lib` to `dosboot`


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/stand/dosboot/dos_file.S \
    src/sys/arch/i386/stand/dosboot/doscommain.c \
    src/sys/arch/i386/stand/dosboot/dosfile.c \
    src/sys/arch/i386/stand/dosboot/dosfile.h \
    src/sys/arch/i386/stand/dosboot/start_dos.S
cvs rdiff -u -r1.6 -r0 src/sys/arch/i386/stand/lib/dos_file.S
cvs rdiff -u -r1.19 -r0 src/sys/arch/i386/stand/lib/dosfile.c
cvs rdiff -u -r1.4 -r0 src/sys/arch/i386/stand/lib/dosfile.h
cvs rdiff -u -r1.6 -r0 src/sys/arch/i386/stand/lib/crt/dos/doscommain.c
cvs rdiff -u -r1.10 -r0 src/sys/arch/i386/stand/lib/crt/dos/start_dos.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