From: Minep Date: Sat, 31 Dec 2022 01:26:10 +0000 (+0000) Subject: feat: basic elf32 loader (only LOAD segment is supported) X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/commitdiff_plain/74926d2db1d9f3228acdfca03013a8ba0ac1d8c0?ds=sidebyside;hp=74926d2db1d9f3228acdfca03013a8ba0ac1d8c0 feat: basic elf32 loader (only LOAD segment is supported) feat: execve(2) feat: MAP_FIXED, MAP_FIXED_NOREPLACE refactor: mem_map: improved arguments passing refactor: mm_region: custom page init policy and managed region_release() refactor: use mem_map to create user stack chore: update READMEs ---