sunriseos / SunriseOS

Horizon/NX kernel reimplementation
Apache License 2.0
232 stars 13 forks source link

Add argument handling to loader. #483

Closed roblabla closed 5 years ago

roblabla commented 5 years ago

Loader is now able to send arguments to programs. The programs are responsible with parsing the cmdline (instead of shell doing it). This is obviously very different from what happens on a unix OS, but again, we're just following the Horizon Way.