polio is getting bigger
This commit is contained in:
@@ -25,7 +25,7 @@ fat12boot.bin: fat12boot.elf
|
||||
|
||||
stdlib.o: CFLAGS := $(filter-out -flto, $(CFLAGS))
|
||||
|
||||
polmon.elf: LDFLAGS += -T flat1000.ld
|
||||
polmon.elf: LDFLAGS += -T init.ld
|
||||
polmon.elf: polmon.o stdlib.o
|
||||
|
||||
polio.elf: LDFLAGS += -T flat0600.ld -mprotected-mode
|
||||
|
@@ -1,5 +1,5 @@
|
||||
SECTIONS {
|
||||
. = 0x1000;
|
||||
. = 0x1200;
|
||||
|
||||
.text : {
|
||||
KEEP(*(.init))
|
@@ -7,7 +7,7 @@
|
||||
|
||||
#define kFatAddr ((void*)0x1a00)
|
||||
#define kRootDirAddr ((void*)0x1c00)
|
||||
#define kPolmonAddr ((void*)0x1000)
|
||||
#define kPolmonAddr ((void*)0x1200)
|
||||
#define kInt80Vector ((uint16_t*)(0x80 * 4))
|
||||
#define kParallelDataPort 0x3bc
|
||||
#define kParallelStatusPort 0x3bd
|
||||
|
Reference in New Issue
Block a user