index
:
dholman/box.git
master
Unix-like kernel written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2024-05-27
libk: create a subset libc for kernel use
Danny Holman
2024-03-28
kernel: add a basic thread scheduler
Danny Holman
2024-03-28
arch: i386: kernel: implement a kmalloc function
Danny Holman
2024-03-28
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-02-24
kernel: string: add a strcpy function
Danny Holman
2024-02-24
arch: i386: cleanup everything and reorganize
Danny Holman
2024-02-16
kernel: mem: kmalloc should not call page allocation
Danny Holman
2024-02-16
kernel: add a panic function
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
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: serial.c: make serial_writestring static
Danny Holman
2022-03-22
arch: i386: make serial_writestring inline
Danny Holman
2021-07-20
io: prefix a 'k' to print functions
Danny Holman
2021-01-20
serial: add serial_writestring as a function
Danny Holman
2021-01-20
serial: don't declare serial_init as static
Danny Holman
2021-01-20
i386: add serial port support
Danny Holman
2021-01-20
include: append "_H" to include guards
Danny Holman
2021-01-17
include: remove an include to the tty layer in io
Danny Holman
2021-01-17
kernel: implement a basic printf function
Danny Holman
2021-01-17
include: create basic C library functions
Danny Holman