refactor: Move the kernel post init stage into proc0
authorMinep <zelong56@gmail.com>
Fri, 10 Jun 2022 21:37:05 +0000 (22:37 +0100)
committerMinep <zelong56@gmail.com>
Fri, 10 Jun 2022 21:37:05 +0000 (22:37 +0100)
commit20097445f742afff2c263431efcb1c8b596076a8
tree9f5893fe5105e5f7a032ea8b76a7bde53664179d
parent86a9cfeadbbe180abf6c8bd8c64c86957fdacfeb
refactor: Move the kernel post init stage into proc0
refactor: Add a linter config. Resolved #1
refactor: Formatted some source files.
refactor: Shrink the process table size.
12 files changed:
lunaix-os/.clang-format [new file with mode: 0644]
lunaix-os/README.md [new file with mode: 0644]
lunaix-os/includes/lunaix/lunistd.h
lunaix-os/includes/lunaix/syscall.h
lunaix-os/kernel/asm/x86/pfault.c
lunaix-os/kernel/asm/x86/prologue.S
lunaix-os/kernel/k_init.c
lunaix-os/kernel/lxinit.c
lunaix-os/kernel/proc0.c [new file with mode: 0644]
lunaix-os/kernel/process.c
lunaix-os/kernel/sched.c
lunaix-os/link/linker.ld