index
:
dholman/box.git
master
Unix-like kernel written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-16
arch: i386: gdt.c: fix a bug in userspace jump
Danny Holman
2024-02-16
arch: i386: boot: ISR frame should not include ESP
Danny Holman
2024-02-16
Makefile: add flags to qemu that activate the serial port
Danny Holman
2024-02-16
arch: i386: add operations to control PIT timer
Danny Holman
2024-02-16
include: kernel: add the container_of.h file
Danny Holman
2024-02-16
kernel: string: add more functions to string library
Danny Holman
2024-02-16
arch: i386: put framebuffer ops in own file
Danny Holman
2024-02-16
arch: i386: kernel: the serial driver should be more POSIX-y
Danny Holman
2024-02-16
kernel: make kprintf print to a ring buffer
Danny Holman
2024-02-16
include: kernel: move list.h to a data struct directory
Danny Holman
2023-11-26
arch: i386: alloc: remove erroneous halt instruction
Danny Holman
2023-11-26
arch: i386: make: add source files
Danny Holman
2023-11-26
arch: i386: linker.ld: add references to the bitmap
Danny Holman
2023-11-26
kernel: list: add a linked-list implementation
Danny Holman
2023-11-26
kernel: mem: add a simple kmalloc implementation
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: serial.c: make serial_writestring static
Danny Holman
2023-11-26
arch: i386: tty.c: remove unneeded local variable
Danny Holman
2023-11-26
arch: i386: syscall.c: replace function calls with single switch
Danny Holman
2023-11-26
arch: i386: pic.c: finish implementing functions from pic.h
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
2023-11-26
arch: i386: isr.s: create the irq stubs
Danny Holman
2023-11-26
arch: i386: idt.c: install the ISR handlers
Danny Holman
2023-11-26
arch: i386: idt.c: remove the irq number from handler
Danny Holman
2023-11-26
arch: i386: idt.c: call the page fault handler
Danny Holman
2023-11-26
arch: i386: idt.c: add a stopgap to halt_catch_fire
Danny Holman
2023-11-26
arch: i386: idt.c: remove unneeded define macros
Danny Holman
2023-11-26
arch: i386: gdt.c: init the TSS before loading it
Danny Holman
2023-11-26
arch: i386: boot.s: define functions for page management
Danny Holman
2023-11-26
arch: i386: boot.s: move C entry point to file
Danny Holman
2023-11-26
arch: i386: boot: boot.s
Danny Holman
2022-03-22
arch: i386: make serial_writestring inline
Danny Holman
2022-03-22
arch: i386: refactor the system call API
Danny Holman
2022-03-22
Makefile: explicitly define CC variable
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: simplifiy GDT setup
Danny Holman
2022-01-15
Makefile: add dry run and debug targets
Danny Holman
2022-01-15
arch: i386: simplify IDT setup
Danny Holman
2021-11-29
arch: i386: add support for tab characters
Danny Holman
2021-10-09
arch: i386: rename the GDT array pointer
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
[next]