Module Name: src Committed By: andvar Date: Wed Sep 11 20:15:37 UTC 2024
Modified Files: src/sys/arch/i386/stand/dosboot: Makefile main.c start_dos.S version src/sys/arch/i386/stand/lib: exec.c Log Message: dosboot(8): remove XMS-specific code. The boot process has been broken for over a decade, and its relevance has diminished due to the availability of other boot options. PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/i386/stand/dosboot/Makefile cvs rdiff -u -r1.33 -r1.34 src/sys/arch/i386/stand/dosboot/main.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/stand/dosboot/start_dos.S cvs rdiff -u -r1.11 -r1.12 src/sys/arch/i386/stand/dosboot/version cvs rdiff -u -r1.80 -r1.81 src/sys/arch/i386/stand/lib/exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.