Skip to content

Commit

Permalink
sc720: this gets us part way running
Browse files Browse the repository at this point in the history
Things blow up later with what looks like an IRQ related problem but
may be some kind of reg var corruption issue
  • Loading branch information
EtchedPixels committed Jan 15, 2024
1 parent e605bbf commit c4e1fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kernel/platform/platform-sc720/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ image: bootblock
/opt/ccz80/lib/libz80.a -m fuzix.tmpmap
perl -lpe '$$_=hex' fuzix.tmpmap | paste -d" " - fuzix.tmpmap | sort -n | cut -d" " -f 2- >../../fuzix.map
../../tools/pack85 <../../fuzix.map fuzix.bin ../../fuzix.bin
cat boot-romwbw.bin ../../fuzix.bin >fuzix.romwbw
cp boot-romwbw.bin fuzix.romwbw
dd if=../../fuzix.bin bs=256 skip=1 seek=4 of=fuzix.romwbw
#
# Compile up the boot block
#
Expand Down

0 comments on commit c4e1fb4

Please sign in to comment.