Commit Graph

14 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 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 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
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 d83175f1dd Add device managment + syscall file primitives + TTY device 2020-01-06 20:25:06 +01:00
Yann MAGNIN df00142f07 Fix TTY read / write primitives 2019-12-20 11:31:34 +01:00
Yann MAGNIN 2a65492bca Add TTY + Add KEYSC driver + add TMU driver 2019-12-16 16:25:13 +01:00
Yann MAGNIN 659f631469 Fix crash with the UBC handler + Add VBR space 2019-12-09 15:57:06 +01:00
Yann MAGNIN 44ace2e56a Fix UBC interrupt handler crash + Add UBC menu management + Add programme context menu + Add SH3 opcode 2019-12-07 15:51:12 +01:00
Yann MAGNIN 856bb2ee57 Add UBC driver + UBC interrupt handler + UBC high level abstraction handler 2019-12-06 23:45:04 +01:00