fix: corrected time conversion on alarm/sleep syscall
authorMinep <lunaixsky@qq.com>
Sun, 20 Aug 2023 00:27:12 +0000 (01:27 +0100)
committerMinep <lunaixsky@qq.com>
Sun, 20 Aug 2023 00:33:51 +0000 (01:33 +0100)
commitaa2843fdbdd9b5cc579d198fd1a9ec874642706e
tree4fcdf8de54bbd7828a3cbe80b225c326d4c77b0f
parent1fe5f5eb5378a47bf0f3451762743c162e40faad
fix: corrected time conversion on alarm/sleep syscall
fix: makefile does not respond to source file change
feat: makefile respond to header change
chore: add description on arch-specific code
chore: clean up
12 files changed:
lunaix-os/.gitignore
lunaix-os/arch/i386/README [new file with mode: 0644]
lunaix-os/flags.h
lunaix-os/hal/timer/hwtimer.c
lunaix-os/includes/hal/hwtimer.h
lunaix-os/includes/lunaix/process.h
lunaix-os/kernel.mk
lunaix-os/kernel/proc0.c
lunaix-os/kernel/process/sched.c
lunaix-os/kernel/time/clock.c
lunaix-os/makefile
lunaix-os/makeinc/toolchain.mkinc