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
/
amd64
/
interrupts
Age
Commit message (
Expand
)
Author
2024-08-03
kernel: send user interrupt on page fault
dzwdz
2024-08-02
kernel/interrupts: use UserRegs in the isr handler
dzwdz
2024-07-25
kernel: set up the GDT in assembly
dzwdz
2024-07-22
kernel/isr: improve interrupt handling code
dzwdz
2024-03-13
kernel/amd64: print debugging info on NMI
dzwdz
2023-09-19
kernel: use HPET timer for sleeps
dzwdz
2023-08-13
kern: undo accidentally commited debug code
dzwdz
2023-08-06
kernel: put every driver in /kdev/
dzwdz
2023-01-25
kernel/irq: use a lookup table for irqs
dzwdz
2023-01-25
kernel: consolidate some header files
dzwdz
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-25
kernel/virt: replace the virt_cpy api with a more foolproof one
dzwdz
2022-09-01
kernel: add a debug print for the amount of used memory
dzwdz
2022-08-28
kernel/amd64: SSE support
dzwdz
2022-08-17
amd64: rtl8139 driver with basic rx support
dzwdz
2022-08-07
kernel: ps2 mouse support
dzwdz
2022-08-04
do some simple TODOs, organize the rest; general code maintainance
dzwdz
2022-08-04
syscalls: add _syscall_sleep()
dzwdz
2022-08-03
amd64: cleanup the irq code, #define the magic numbers
dzwdz
2022-07-16
amd64: back at the shell!
dzwdz
2022-07-16
amd64: init can print to the terminal now
dzwdz
2022-07-16
amd64: seemingly working syscalls (SYSCALL/SYSRET)
dzwdz
2022-07-16
amd64: barely boot into kernel code
dzwdz