moros/src/bin
Vincent Ollivier dd5899a74d
Read command line args from userspace programs (#351)
* Read command line args from userspace programs

* Use Stop syscall to debug pointers from userpace

* Fix address translation system

* Update binaries

* Move print to bin

* Add hardcoded alias system

* Strip debug from binaries

* Build userspace binaries before running tests

* Save all the args in args including the command invocation name

* Move sleep command to /bin

* Rebuild binaries
2022-06-14 22:43:33 +02:00
..
clear.rs Add binaries (#350) 2022-06-12 15:28:54 +02:00
halt.rs Add binaries (#350) 2022-06-12 15:28:54 +02:00
hello.rs Add binaries (#350) 2022-06-12 15:28:54 +02:00
print.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
reboot.rs Add binaries (#350) 2022-06-12 15:28:54 +02:00
sleep.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00