Vhex-kernel/src/kernel/loader
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
..
entry.c News: 2020-03-23 15:58:48 +01:00
header.c News: 2020-03-23 15:58:48 +01:00
image.c News: 2020-03-23 15:58:48 +01:00
reloc_sym.c News: 2020-03-23 15:58:48 +01:00