moros/dsk
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
..
bin Add basic userspace shell (#548) 2023-11-21 09:26:19 +01:00
ini Publish release 0.10.0 (#507) 2023-06-21 20:17:54 +02:00
lib/lisp Add namespaces to lisp (#511) 2023-07-02 09:20:49 +02:00
src/bin Improve asm binaries (#482) 2023-04-21 21:06:15 +02:00
tmp Add more code examples to lisp (#542) 2023-11-17 10:08:47 +01:00
var/www Improve documentation (#547) 2023-11-19 21:03:10 +01:00