You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
11 months ago | |
---|---|---|
.. | ||
bin | 11 months ago | |
bios.c | 11 months ago | |
bios.h | 11 months ago | |
bios.o | 11 months ago | |
boot.s | 11 months ago | |
build | 11 months ago | |
build2 | 11 months ago | |
crt0.lst | 11 months ago | |
crt0.o | 11 months ago | |
defines.s | 11 months ago | |
linker.ld | 11 months ago | |
linker2.ld | 11 months ago | |
readme.md | 11 months ago | |
regions.ld | 11 months ago | |
rom | 11 months ago | |
rom.bin | 11 months ago | |
rom.d | 11 months ago | |
rom.init | 11 months ago | |
rom.s | 11 months ago | |
test2 | 11 months 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