Vhex-kernel/src/kernel
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
..
bootstrap News: 2020-03-23 15:58:48 +01:00
context/fx9860 Update kernel/util organisation + add scheduler !! 2020-02-24 00:05:27 +01:00
devices News: 2020-03-23 15:58:48 +01:00
drivers Update project organization 2020-03-15 00:56:31 +01:00
fs News: 2020-03-23 15:58:48 +01:00
loader News: 2020-03-23 15:58:48 +01:00
memory Update project organization 2020-03-15 00:56:31 +01:00
scheduler News: 2020-03-23 15:58:48 +01:00
syscall News: 2020-03-23 15:58:48 +01:00
util Update project organization 2020-03-15 00:56:31 +01:00
Makefile Update printf-familly + fix compilation error 2020-03-21 20:02:27 +01:00
icon.bmp Updated project organization to isolate kernel, libraries and user applications 2019-12-30 16:31:03 +01:00
vhex.ld Fix VFS crash 2020-01-10 17:21:44 +01:00