refactor: make the demos into dedicated files
authorMinep <zelong56@gmail.com>
Sat, 25 Jun 2022 15:28:16 +0000 (16:28 +0100)
committerMinep <zelong56@gmail.com>
Sat, 25 Jun 2022 15:28:16 +0000 (16:28 +0100)
commit9d62069fd52fa2108b677ffadc7f6138c7641757
tree0ae0cb420f09a5b58021eac30e8278c4a8b9196f
parent5bebd2b777efab9f404e43958117ae8fa97a6082
refactor: make the demos into dedicated files
fix: issues related to gcc optimization
fix: when kernel access user page that lead to pfault, it must not give up without checking the user space address.
chore: formatting
lunaix-os/kernel/asm/x86/pfault.c
lunaix-os/kernel/asm/x86/tss.c
lunaix-os/kernel/demos/signal_demo.c [new file with mode: 0644]
lunaix-os/kernel/ds/semaphore.c
lunaix-os/kernel/lxinit.c
lunaix-os/kernel/proc0.c
lunaix-os/kernel/signal.c