kervinck / gigatron-rom

System, apps and tooling for the Gigatron TTL microcomputer
BSD 2-Clause "Simplified" License
229 stars 79 forks source link

Vastly improved CardBoot. #213

Closed lb3361 closed 2 years ago

lb3361 commented 2 years ago

This pull request pushes a vastly improved version of CardBoot:

It also renames Apps/CardTest as Apps/CardBoot to reflect the fact that this code is only used for booting from SD and no longer as an operating system trial. All files except the CardBoot related ones have been moved into a 'old' subdirectory for the record.

at67 commented 2 years ago

I think Marcel would be really happy to see work progressing here, well done.

lb3361 commented 2 years ago

Cardboot remains quite limited about what it can load.

The solution to load such programs is to make CardBoot load the browser https://github.com/lb3361/gigatron-os/tree/master/sys1 which will autoload any program named 'autoexec.gt1' if it exists.