Consolidate most constant memory addresses in bootasm.h part1/2. Convert
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 18 Jul 2004 23:40:09 +0000 (23:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 18 Jul 2004 23:40:09 +0000 (23:40 +0000)
commit409cbc03988e13da34fc5a2bac7c6f627922391e
treeb05f84f3d06cb84918ef5ba013b3aa6769ec8fee
parentf719c866d82b3805e36445fd93f1509a5a548fd0
Consolidate most constant memory addresses in bootasm.h part1/2.  Convert
all .s files into .S files and replace any remaining M4 use with standard
preprocessor directives.

Files generated should be the same as before this commit.
30 files changed:
sys/boot/i386/boot0/Makefile
sys/boot/i386/boot0/boot0.S
sys/boot/i386/boot0/boot0.s [deleted file]
sys/boot/i386/boot2/Makefile
sys/boot/i386/boot2/boot1.S
sys/boot/i386/boot2/boot1.s [deleted file]
sys/boot/i386/boot2/boot2.c
sys/boot/i386/boot2/sio.S
sys/boot/i386/boot2/sio.s [deleted file]
sys/boot/i386/bootasm.h [new file with mode: 0644]
sys/boot/i386/btx/btx/Makefile
sys/boot/i386/btx/btx/btx.S
sys/boot/i386/btx/btx/btx.s [deleted file]
sys/boot/i386/cdboot/cdboot.S
sys/boot/i386/cdboot/cdboot.s [deleted file]
sys/boot/i386/pxeldr/Makefile
sys/boot/i386/pxeldr/pxeldr.S
sys/boot/i386/pxeldr/pxeldr.s [deleted file]
sys/boot/pc32/boot0/Makefile
sys/boot/pc32/boot0/boot0.S
sys/boot/pc32/boot2/Makefile
sys/boot/pc32/boot2/boot1.S
sys/boot/pc32/boot2/boot2.c
sys/boot/pc32/boot2/sio.S
sys/boot/pc32/bootasm.h [new file with mode: 0644]
sys/boot/pc32/btx/btx/Makefile
sys/boot/pc32/btx/btx/btx.S
sys/boot/pc32/cdboot/cdboot.S
sys/boot/pc32/pxeldr/Makefile
sys/boot/pc32/pxeldr/pxeldr.S