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