- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user