Commit Graph

13 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 f02487d856 Update librairies part + auto-load TTY device when STD[OUT/ERR/IN]_FILENO is specified + Try to create dynamic libs (not work) 2020-03-20 22:47:05 +01:00
Yann MAGNIN 6576cf1e5d Update kernel/util organisation + add scheduler !! 2020-02-24 00:05:27 +01:00
Yann MAGNIN 105eb7c482 Add scheduler first release + fix process stack crash 2020-02-05 21:09:39 +01:00
Yann MAGNIN 223f92b6b2 Add scheduler (non preemptif) with context switch + add close primitive to the VFS 2020-01-14 18:41:28 +01:00
Yann MAGNIN fc7a6e04ea Fix stack crash (user / kernel) with processes ! 2020-01-12 15:58:35 +01:00
Yann MAGNIN c941207cc6 Fix VFS crash 2020-01-10 17:21:44 +01:00
Yann MAGNIN d83175f1dd Add device managment + syscall file primitives + TTY device 2020-01-06 20:25:06 +01:00
Yann MAGNIN 75ad9af523 Add kernel for each process 2020-01-05 10:35:44 +01:00
Yann MAGNIN 9a9ac9614b Add ELF loader and first process ! 2020-01-01 14:19:18 +01:00
Yann MAGNIN 6c0971e661 Updated project organization to isolate kernel, libraries and user applications 2019-12-30 16:31:03 +01:00
Yann MAGNIN 145e75088c Add RAM memory managment 2019-12-29 16:39:30 +01:00