Page 1 of 1

scboot 0.0.2

Posted: Sat Jun 12, 2010 5:32 pm
by b.zaar
Well there were already some errors in steel cap boot so heres the new version.

scboot now checks for the boot signature 510 bytes from the the load address not at offset 0x7dfe in the load segment.
The top of stack has also been moved to 0x0000:1000 so that a larger file can be loaded without clobbering the stack.
The default load address for the boot loader has been changed to 0x0000:1000 and 32KiB is loaded.
I've also made some changes to scbtest so it is more of a loader stub to be built on to.

lastly the 20MB hdd image now really is 20MB ;)

Re: scboot 0.0.2

Posted: Mon Jun 14, 2010 1:43 am
by mooseman
Hi b.zaar -
Many thanks for releasing this, and a big thanks for making it public domain!
Keep up the good work!
- mooseman

Re: scboot 0.0.2

Posted: Mon Jun 14, 2010 6:33 am
by b.zaar
Hey glad you like it... Thanks for checking it out.