1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-23 17:37:04 +00:00
moros/src
Vincent Ollivier 07ff76991a
Add basic userspace (#228)
* Testing userspace code

* Update program example

* Refactor code

* Read bin from dsk/bin at compile time

* Create mapper and frame allocator during process creation

* Read bin from disk at runtime

* Add missing file

* Add missing bin

* Add src bin

* Replace debug output by a test syscall+binary

* Remove comments from asm files

* Rewrite sleep

* Replace test by hello

* Refactor hello example

* Translate address from user code segment

* Rename entry label

* Update readme and changelog

* Use entry_name for DirEntry

* Increase stack size
2021-09-24 18:19:37 +02:00
..
api Add basic userspace (#228) 2021-09-24 18:19:37 +02:00
sys Add basic userspace (#228) 2021-09-24 18:19:37 +02:00
usr Add basic userspace (#228) 2021-09-24 18:19:37 +02:00
lib.rs Fix clippy warnings (#214) 2021-07-25 12:41:44 +02:00
main.rs Add basic userspace (#228) 2021-09-24 18:19:37 +02:00