Commit Graph

6 Commits

Author SHA1 Message Date
Yann MAGNIN 8cbf3de246 Fix / update TTY cursor + try to fix loader reloc crash (not work) 2020-03-24 13:59:12 +01:00
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
Yann MAGNIN da5ff236bb Update project organization 2020-03-15 00:56:31 +01:00
Yann MAGNIN c48424dd24 Fix TTY write / read error + update README 2020-02-26 23:54:38 +01:00
Yann MAGNIN 2cd85c8d93 Update project organisation (part 2) 2020-02-25 23:28:14 +01:00
Yann MAGNIN 4be64372bb Update project organisation (part 1) 2020-02-24 23:30:49 +01:00