Roxxik
Roxxik
Loader
I was playing with the idea about writing a simple loader for BareMetal OS so that it is possible to start another app while running (i.e. a shell starting a...
just take a look https://github.com/Roxxik/Hello-BareMetal-Rust i try and improve this further to get arbitary rust code running
I just needed this function and quickly implemented it. I thought it might be helpful for the data structure. My REPL: ``` >>> def len_d(self): ... i = 0 ......
You could move the disk address packet onto the stack, to save some more bytes in the binary / allow a longer commandline. I saw that being done in the...