mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Sync with sys/i386/boot/rawboot/Makefile revision 1.12.
This commit is contained in:
parent
5235b94692
commit
d81f52e533
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42280
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.10 1998/03/14 02:30:01 kato Exp $
|
# $Id: Makefile,v 1.11 1998/03/30 12:24:12 kato Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
PROG= boot
|
PROG= boot
|
||||||
@ -9,7 +9,6 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
|
|||||||
|
|
||||||
.PATH: ${.CURDIR}/../biosboot
|
.PATH: ${.CURDIR}/../biosboot
|
||||||
|
|
||||||
BINDIR= /usr/mdec
|
|
||||||
BINMODE= 444
|
BINMODE= 444
|
||||||
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
|
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
|
||||||
-DPC98 \
|
-DPC98 \
|
||||||
@ -69,8 +68,8 @@ BOOTSTACK= 0xFFF0
|
|||||||
|
|
||||||
boot.strip: boot
|
boot.strip: boot
|
||||||
cp -p boot boot.strip
|
cp -p boot boot.strip
|
||||||
strip boot.strip
|
strip -aout boot.strip
|
||||||
size boot.strip
|
size -aout boot.strip
|
||||||
|
|
||||||
boot.nohdr: boot.strip
|
boot.nohdr: boot.strip
|
||||||
dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b
|
dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user