Commit Graph

13 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 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 6576cf1e5d Update kernel/util organisation + add scheduler !! 2020-02-24 00:05:27 +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 c941207cc6 Fix VFS crash 2020-01-10 17:21:44 +01:00
Yann MAGNIN 6eea55d645 Update SMEMFS (add synchronous primitives) + Update GladFS (add synchronous primitives) 2020-01-08 10:14:11 +01:00
Yann MAGNIN 215925ed35 Clean SMEMFS primitives 2020-01-07 10:12:45 +01:00
Yann MAGNIN d83175f1dd Add device managment + syscall file primitives + TTY device 2020-01-06 20:25:06 +01:00
Yann MAGNIN 7cc35984e4 Add VFS + custom RAM FS + SMEM file primitives (read only) 2020-01-05 09:00:43 +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