moros/src/bin
Vincent Ollivier 1e8f9e357d
Exit from alloc errors after page fault in userspace (#404)
* Add debug mode to makefile

* Add page fault exit code

* Fix panic

* Remove warning

* Display error message only in user mode

* Disable debug

* Use alloc conditionally in hello command

* Use standardized style of error message for page fault

* Remove debuginfo from userspace binaries

* Add comment to the page fault issue

* Use default relocation model instead of static

* Refactor import

* Update binaries

* Fix panic info by using debug

* Refactor makefile comment
2022-09-03 15:36:53 +02:00
..
clear.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
halt.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
hello.rs Exit from alloc errors after page fault in userspace (#404) 2022-09-03 15:36:53 +02:00
print.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
reboot.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00
sleep.rs Use exit code to set status var (#360) 2022-06-29 19:23:01 +02:00