Vhex-kernel/src/kernel/scheduler/syscall
Yann MAGNIN 97fb770fe1 News:
* Multi-process management
	* Many syscall implementations
	* Sheared object creation
	* Fix process creation
	* Fix process return

Implemented syscall list:
	* wait
	* waitpid
	* _exit
	* getpid
	* getppid
	* getpgid
	* setpgid

Bugs found (but not fixed):
	* TTY cursor drawing crash.
	* Loader relocatable sections management (unable to load the file)
	* Loader relocatable sections management (symbols not relocalized, crash)
2020-03-23 15:58:48 +01:00
..
sys_exit.c News: 2020-03-23 15:58:48 +01:00
sys_fexecve.c News: 2020-03-23 15:58:48 +01:00
sys_getpgid.c News: 2020-03-23 15:58:48 +01:00
sys_getpid.c News: 2020-03-23 15:58:48 +01:00
sys_getppid.c News: 2020-03-23 15:58:48 +01:00
sys_setpgid.c News: 2020-03-23 15:58:48 +01:00
sys_wait.c News: 2020-03-23 15:58:48 +01:00
sys_waitpid.c News: 2020-03-23 15:58:48 +01:00