Skip to content

Commit

Permalink
rcbus-6800: tweak layout, use SMALL for now so debug stuff fits easily
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Dec 14, 2024
1 parent 6c2600e commit b0c1267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/platform/platform-rcbus-6800/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ clean:
rm -f $(OBJS) *.o core *~ fuzix.bin fuzix.tmpmap

image: loader
$(CROSS_LD) -b -C 0x100 -S 0xF400 -Z 0x20 -o ../../fuzix.bin -m fuzix.tmpmap crt0.o commonmem.o \
$(CROSS_LD) -b -C 0x100 -S 0xF200 -Z 0x20 -o ../../fuzix.bin -m fuzix.tmpmap crt0.o commonmem.o \
rcbus-6800.o ../../start.o ../../version.o ../../cpu-6800/lowlevel-6800.o \
tricks.o main.o discard.o ../../timer.o ../../kdata.o devices.o \
blkdev.o mbr.o devide.o devide_discard.o ../../mm/memalloc_none.o \
Expand Down
2 changes: 2 additions & 0 deletions Kernel/platform/platform-rcbus-6800/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ extern uint16_t swap_dev;
#define plt_copyright()

#define BOOTDEVICENAMES "hd#"

#define CONFIG_SMALL

0 comments on commit b0c1267

Please sign in to comment.