moros/src/sys/syscall
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
..
mod.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
number.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00
service.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00