mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-24 14:28:06 +11:00
emul: merge pre.fs and emul.fs into stage1.fs
This commit is contained in:
parent
bc3aabc84e
commit
898684a795
@ -25,7 +25,7 @@ $(BLKUNPACK): $(BLKPACK)
|
||||
# binary that should be updated manually through make updatebootstrap.
|
||||
forth0.bin:
|
||||
cp z80c.bin $@
|
||||
cat pre.fs emul.fs >> $@
|
||||
cat stage1.fs >> $@
|
||||
|
||||
forth0-bin.h: forth0.bin $(BIN2C)
|
||||
$(BIN2C) KERNEL < forth0.bin | tee $@ > /dev/null
|
||||
|
@ -1,2 +0,0 @@
|
||||
CURRENT @ HERE !
|
||||
|
@ -1,3 +1,4 @@
|
||||
CURRENT @ HERE !
|
||||
HERE @ 256 /MOD 2 PC! 2 PC!
|
||||
: EMIT 0 PC! ;
|
||||
: KEY 0 PC@ ;
|
Loading…
Reference in New Issue
Block a user