moros/src/api
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
..
vga Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00
clock.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00
console.rs Fix various issues while reading files (#307) 2022-01-25 21:42:21 +01:00
font.rs Move kernel code to api (#204) 2021-07-16 10:19:18 +02:00
fs.rs Refactor code (#330) 2022-04-19 22:42:15 +02:00
io.rs Improve UTF-8 support (#267) 2021-11-06 10:31:14 +01:00
mod.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00
process.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
prompt.rs Handle backtab key for backward autocompletion (#321) 2022-04-09 09:24:05 +02:00
random.rs Add 2048 game (#295) 2022-01-01 18:06:22 +01:00
regex.rs Add shell variables (#348) 2022-06-08 20:51:02 +02:00
syscall.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
time.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00