Commit Graph

6 Commits

Author SHA1 Message Date
Yann MAGNIN 71fd4969bb Fix loader error (?!) + add configure script for user program 2020-04-19 14:16:29 +02:00
Yann MAGNIN 61582ad9f9 Physical memory refactor + update lib part + add arguments managements 2020-03-30 00:41:17 +02:00
Yann MAGNIN 0a49df9a83 Refactor physiscal memory management + add pread and pwrite syscall 2020-03-28 19:52:59 +01:00
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 67201cd226 Use PIE format for user program 2020-03-18 17:48:53 +01:00