index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
arch
/
generic.h
Age
Commit message (
Expand
)
Author
2022-04-14
kernel: port init's `printf` implementation
dzwdz
2022-04-14
kernel: basic page allocator, `process_free`
dzwdz
2022-04-11
kernel: implement `cpu_pause()` in assembly, remove `irq_interrupt_flag()`
dzwdz
2021-10-15
kernel: quit QEMU once there are no running processes left
dzwdz
2021-10-02
rename kernel/arch/log.h to io.h
dzwdz
2021-09-18
merge `kernel/types.h` and `init/types.h`
dzwdz
2021-09-14
merge the `syscall_handler` and `_syscall` declarations
dzwdz
2021-09-14
add support for 4-parameter syscalls
dzwdz
2021-09-11
replace `user_ptr` with a linux-style `__user` annotation
dzwdz
2021-08-24
switch to using user_ptr for pointers coming from userland
dzwdz
2021-08-24
replace () with (void) in function definitions
dzwdz
2021-07-26
fork() pt 1: cloning process memory
dzwdz
2021-07-24
fix some warnings
dzwdz
2021-07-24
sysexit() now overrides all registers
dzwdz
2021-07-24
remove sysenter_setup from arch/generic.h - it's not even used
dzwdz
2021-07-24
save all registers on syscalls
dzwdz
2021-07-23
update the process' EIP/ESP when it syscalls
dzwdz
2021-07-22
implement the debuglog() syscall
dzwdz
2021-07-21
syscall parameter & return value passing
dzwdz
2021-07-21
barebones syscall
dzwdz
2021-07-20
rename pagedir_use() to pagedir_switch()
dzwdz
2021-07-20
global PAGE_MASK define
dzwdz
2021-07-19
very basic paging
dzwdz
2021-07-18
clean up the linker script, remove duplicate labels
dzwdz
2021-07-18
fix most current compiler warnings
dzwdz
2021-07-18
move all kernel sources to src/kernel/
dzwdz