index
:
dholman/box.git
master
Unix-like kernel written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
i386
/
include
/
kernel
Age
Commit message (
Expand
)
Author
2024-05-27
arch: i386: update all files to use the new libk
Danny Holman
2024-05-27
arch: i386: add a spinlock implementation
Danny Holman
2024-05-27
arch: i386: pass entry page directory to entry func
Danny Holman
2024-05-27
drivers: create a subdir just for driver code
Danny Holman
2024-03-28
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-02-24
arch: i386: cleanup everything and reorganize
Danny Holman
2024-02-16
arch: i386: add basic keyboard driver
Danny Holman
2024-02-16
arch: i386: roll physical memory control into VMM
Danny Holman
2024-02-16
arch: i386: move GDT definitions to their own header
Danny Holman
2024-02-16
arch: i386: move IRQ functions to PIC driver
Danny Holman
2024-02-16
arch: i386: move raw assembly calls to their own header
Danny Holman
2024-02-16
arch: i386: syscall.c: add functions that dump data
Danny Holman
2024-02-16
arch: i386: add operations to control PIT timer
Danny Holman
2024-02-16
arch: i386: put framebuffer ops in own file
Danny Holman
2023-11-26
arch: i386: paging: add a proper paging API
Danny Holman
2023-11-26
arch: i386: alloc: add a physical memory manager
Danny Holman
2023-11-26
arch: i386: add multiboot support
Danny Holman
2023-11-26
arch: i386: syscall.h: define some example system calls
Danny Holman
2023-11-26
arch: i386: pic.h: make register_irq_handler accessible
Danny Holman
2023-11-26
arch: i386: pic.h: change all chars into uint8_t
Danny Holman
2023-11-26
arch: i386: idt.h: remove extern functions
Danny Holman
2022-03-22
arch: i386: refactor the system call API
Danny Holman
2022-01-21
arch: i386: move non-critial files out of boot
Danny Holman
2022-01-15
arch: i386: fix coding style issue
Danny Holman
2022-01-15
arch: i386: add support for IRQs and system calls
Danny Holman
2022-01-15
arch: i386: simplify IDT setup
Danny Holman
2021-10-09
arch: i386: include more information in IDT
Danny Holman
2021-09-28
arch: i386: add PIC register support
Danny Holman
2021-09-28
arch: i386: fix IDT exception handler
Danny Holman
2021-09-28
arch: i386: add support for 8259 PIC
Danny Holman