moros/dsk/bin
Vincent Ollivier 419001cc26
Add basic userspace shell (#548)
* Increase MAX_PROCS to 4

* Check MAX_PID before creating a process

* Remove id from Process::new()

* Add parent_id to Process

* Add exec command

* Avoid freeing outside of the heap

* Add debug output

* Disable free operation

* Add args to exec commands

* Fix warning

* Include exec binary

* Revert cmd split

* Add disabled debug output for some syscalls

* Remove undocumented proc command

* Disable exec and hello install
2023-11-21 09:26:19 +01:00
..
clear Add basic userspace allocator (#544) 2023-11-20 20:44:05 +01:00
exec Add basic userspace shell (#548) 2023-11-21 09:26:19 +01:00
halt Add basic userspace allocator (#544) 2023-11-20 20:44:05 +01:00
hello Add basic userspace shell (#548) 2023-11-21 09:26:19 +01:00
print Add basic userspace allocator (#544) 2023-11-20 20:44:05 +01:00
reboot Add basic userspace allocator (#544) 2023-11-20 20:44:05 +01:00
sleep Add basic userspace allocator (#544) 2023-11-20 20:44:05 +01:00