You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
.. | ||
bin | 1 year ago | |
bios.c | 1 year ago | |
bios.h | 1 year ago | |
bios.o | 1 year ago | |
boot.s | 1 year ago | |
build | 1 year ago | |
build2 | 1 year ago | |
crt0.lst | 1 year ago | |
crt0.o | 1 year ago | |
defines.s | 1 year ago | |
linker.ld | 1 year ago | |
linker2.ld | 1 year ago | |
readme.md | 1 year ago | |
regions.ld | 1 year ago | |
rom | 1 year ago | |
rom.bin | 1 year ago | |
rom.d | 1 year ago | |
rom.init | 1 year ago | |
rom.s | 1 year ago | |
test2 | 1 year ago |
readme.md
Updating build process - test1
- 32b crosscompile
- partial original test kernel plus bios.c to complete boot
- this version puts kernel at rom start and bios at ram start (different erat entries)
build
# create mem file for coco sim
cp rom.init test2
- this version puts kernel and bios in rom
build2
# create mem file for coco sim
cp rom.init test2