minexew / templeos-loader

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

Command-line parsing #7

Closed minexew closed 4 years ago

minexew commented 4 years ago

Should look something like: templeos-loader --drive=C,.,Writable --drive=D,SomethingElse -m 512 MyKernel.BIN

COMPILER and STARTOS can be still passed through env vars, since the loader is mostly agnostic to them (except for the issue outlined in #6)

minexew commented 4 years ago

Might be suitable:

minexew commented 4 years ago

-m option has not been implemented yet, but the framework is now in place