diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-08 09:30:44 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-08 09:30:44 +0000 |
| commit | c97f49c252e0147604bfb9ccdd41f844b55211d2 (patch) | |
| tree | 79ac1f9d5b716b476c283fe3375071f9cb858af1 /sys | |
| parent | 2fa0b5b21b13da111a04f3c42d6995ecc0b99258 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/boot/biosboot/disk.c | 4 | ||||
| -rw-r--r-- | sys/i386/boot/rawboot/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/i386/boot/biosboot/disk.c b/sys/i386/boot/biosboot/disk.c index ff3abe2ce7a8..a7c2434dd6f9 100644 --- a/sys/i386/boot/biosboot/disk.c +++ b/sys/i386/boot/biosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id: disk.c,v 1.13.4.1 1995/08/23 04:34:30 davidg Exp $ + * $Id: disk.c,v 1.13.4.2 1995/09/30 11:52:28 davidg Exp $ */ /* @@ -54,8 +54,8 @@ #ifdef DO_BAD144 struct dkbad dkb; int do_bad144; -int bsize; #endif DO_BAD144 +int bsize; int spt, spc; diff --git a/sys/i386/boot/rawboot/Makefile b/sys/i386/boot/rawboot/Makefile index 1bc8f1cd003d..67afb4ff852f 100644 --- a/sys/i386/boot/rawboot/Makefile +++ b/sys/i386/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/10/14 17:25:53 pst Exp $ +# $Id: Makefile,v 1.3 1996/10/15 16:26:05 bde Exp $ # PROG= boot @@ -11,8 +11,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c BINDIR= /usr/mdec BINMODE= 444 -CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ - -DRAWBOOT \ +CFLAGS= -O2 -DRAWBOOT \ -I${.CURDIR}/../biosboot \ -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} |
