moros/src/sys
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
..
fs Executable loading (#349) 2022-06-09 22:59:33 +02:00
net Rewrite network interface (#334) 2022-05-05 23:05:39 +02:00
syscall Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
acpi.rs Update acpi crate from v2.3.1 to v3.1.0 (#218) 2021-07-27 09:32:47 +02:00
allocator.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
ata.rs Refactor code (#288) 2021-12-22 20:49:17 +01:00
clock.rs Replace clock syscalls with device files (#345) 2022-06-05 13:58:05 +02:00
cmos.rs Improve baremetal experience (#232) 2021-08-21 10:55:02 +02:00
console.rs Add CSI sequence for enabling or disabling echo to userspace (#333) 2022-04-26 13:30:53 +02:00
cpu.rs Update raw-cpuid from v9.0.0 to v10.0.0 (#220) 2021-07-27 10:35:19 +02:00
gdt.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
idt.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
keyboard.rs Add a reboot command (#328) 2022-04-12 09:55:53 +02:00
mem.rs Refactor code (#330) 2022-04-19 22:42:15 +02:00
mod.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
pci.rs Add pci command and switch IDE controllers to compatible mode (#276) 2021-11-28 19:43:40 +01:00
pic.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
process.rs Read command line args from userspace programs (#351) 2022-06-14 22:43:33 +02:00
random.rs Replace ChaCha RNG by HC-128 (#338) 2022-05-11 09:47:35 +02:00
serial.rs Refactor serial (#336) 2022-05-06 20:43:48 +02:00
time.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
vga.rs Add CSI sequence for enabling or disabling echo to userspace (#333) 2022-04-26 13:30:53 +02:00