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.
b79536e583 | 2 years ago | |
---|---|---|
.. | ||
bin | 2 years ago | |
bios.c | 2 years ago | |
bios.h | 2 years ago | |
bios.o | 2 years ago | |
boot.s | 2 years ago | |
build | 2 years ago | |
build2 | 2 years ago | |
crt0.lst | 2 years ago | |
crt0.o | 2 years ago | |
defines.s | 2 years ago | |
linker.ld | 2 years ago | |
linker2.ld | 2 years ago | |
readme.md | 2 years ago | |
regions.ld | 2 years ago | |
rom | 2 years ago | |
rom.bin | 2 years ago | |
rom.d | 2 years ago | |
rom.init | 2 years ago | |
rom.s | 2 years ago | |
test2 | 2 years 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