minexew / templeos-loader

User-space loader for TempleOS
4 stars 6 forks source link

Add support for multiple VFS drives #12

Closed tos11 closed 4 years ago

tos11 commented 4 years ago

Expand Syscalls to 4 args Add second virtual drive D mounted to path provided on command line Output error message if kernel fails to load

For use with corresponding change in Shrine-v6 and requires PhysFS from: https://github.com/ljward10/physfslt-3.0.2/tree/feature/MultiLite

minexew commented 4 years ago

I have been able to build everything, but I am getting some unexpected crashes at the moment. Investigation ongoing.

minexew commented 4 years ago

There was a funny constellation of bugs in my code:

Now everything works. Excellent!