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