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
Age
Commit message (
Expand
)
Author
2021-07-21
barebones syscall
dzwdz
2021-07-21
fix init stack alignment
dzwdz
2021-07-21
fix sysenter()'s stack argument
dzwdz
2021-07-21
simplify the IDT generation
dzwdz
2021-07-21
create ISR stubs, which call a single main isr handler
dzwdz
2021-07-20
remove an already finished TODO
dzwdz
2021-07-20
per-process virtual memory
dzwdz
2021-07-20
rename pagedir_use() to pagedir_switch()
dzwdz
2021-07-20
only enable paging when jumping into ring 0
dzwdz
2021-07-20
global PAGE_MASK define
dzwdz
2021-07-19
fix some style inconsistenties
dzwdz
2021-07-19
remove the unused r3_test function
dzwdz
2021-07-19
very basic paging
dzwdz
2021-07-19
add a page fault handler
dzwdz
2021-07-18
basic executable loading
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 the kernel linker script to src/kernel/
dzwdz
2021-07-18
move all kernel sources to src/kernel/
dzwdz
2021-07-17
detect the highest used memory address, and only allocate pages above it
dzwdz
2021-07-17
basic boot module support
dzwdz
2021-07-17
rename _kernel_end to _bss_end
dzwdz
2021-07-10
abstract away logging
dzwdz
2021-07-10
a sensible source structure
dzwdz
2021-07-10
separate the source code from object files; more modular Makefile
dzwdz
[prev]