- no more separate cd booting stuff (handled in FS now)

- scan_keyboard() asm function that reads char from keyboard
   controller in case one is in there to avoid stuckness when
   returning from minix
This commit is contained in:
Ben Gras
2005-09-07 16:29:38 +00:00
parent c899921eb2
commit 32dfc999ce
6 changed files with 24 additions and 1580 deletions

View File

@@ -11,7 +11,7 @@ LD86 = $(CC86) -.o
BIN = /usr/bin
MDEC = /usr/mdec
all: bootblock boot edparams masterboot jumpboot installboot addaout bootcd
all: bootblock boot edparams masterboot jumpboot installboot addaout
dos: boot.com mkfile.com
bootblock: bootblock.s
@@ -40,11 +40,6 @@ boot: boothead.s boot.o bootimage.o rawfs86.o
boothead.s boot.o bootimage.o rawfs86.o $(LIBS)
install -S 8kb boot
bootcd: bootcdhead.s boot.o bootimage.o rawfs86.o
$(LD86) -o $@ \
boothead.s boot.o bootimage.o rawfs86.o $(LIBS)
install -S 16kb bootcd
edparams.o: boot.c
ln -f boot.c edparams.c
$(CC) $(CFLAGS) -DUNIX -c edparams.c
@@ -117,5 +112,5 @@ $(BIN)/edparams: edparams
clean:
rm -f *.bak *.o
rm -f bootblock addaout installboot boot masterboot jumpboot edparams bootcd
rm -f bootblock addaout installboot boot masterboot jumpboot edparams
rm -f dosboot boot.com mkfile mkfile.com