Commit Graph

10 Commits

Author SHA1 Message Date
brice.boisson edb93e3967 Add: multiple process memory allocation 2023-09-21 17:50:46 +09:00
brice.boisson 4339d5e349 Add: starting to allow dynamic page allocation 2023-09-11 22:46:02 +09:00
brice.boisson df52b4aca2 Add: set elf code in it's own file 2023-09-08 17:57:29 +09:00
brice.boisson 76dd8867e0 Add: reading elf file, currently copying elf in binary by hand (myfile.o) 2023-09-08 17:27:03 +09:00
BOISSON Brice 37a2be9c6c
Merge pull request #2 from BriceBoisson/brice-paging
Add: Set same memory space for userland and kernel using paging
2023-09-06 12:59:47 +09:00
brice.boisson 191dc9c59a Add: Set same memory space for userland and kernel using paging 2023-09-06 12:59:06 +09:00
BOISSON Brice 8e9de58df5
Merge pull request #1 from BriceBoisson/brice-paging
Add: Paging
2023-09-06 12:52:39 +09:00
brice.boisson 1734b485b5 Add: Paging 2023-09-06 12:51:34 +09:00
brice.boisson 356c3d72a2 Add: paging structure 2023-09-05 16:47:54 +09:00
brice.boisson c0c4dbc665 Add: Starting kernel repos 2023-09-04 23:14:06 +09:00