index
:
dholman/box.git
master
Unix-like OS written in C
Danny Holman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
libk: create a subset libc for kernel use
Danny Holman
6
-13
/
+16
2024-03-28
kernel: add a basic thread scheduler
Danny Holman
1
-0
/
+27
2024-03-28
arch: i386: kernel: implement a kmalloc function
Danny Holman
2
-1
/
+19
2024-03-28
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
1
-8
/
+0
2024-02-24
kernel: string: add a strcpy function
Danny Holman
1
-0
/
+1
2024-02-24
arch: i386: cleanup everything and reorganize
Danny Holman
2
-1
/
+6
2024-02-16
kernel: mem: kmalloc should not call page allocation
Danny Holman
1
-2
/
+2
2024-02-16
kernel: add a panic function
Danny Holman
1
-0
/
+6
2024-02-16
include: kernel: add the container_of.h file
Danny Holman
1
-0
/
+10
2024-02-16
kernel: string: add more functions to string library
Danny Holman
1
-0
/
+5
2024-02-16
arch: i386: put framebuffer ops in own file
Danny Holman
1
-11
/
+0
2024-02-16
arch: i386: kernel: the serial driver should be more POSIX-y
Danny Holman
1
-8
/
+14
2024-02-16
kernel: make kprintf print to a ring buffer
Danny Holman
2
-2
/
+52
2024-02-16
include: kernel: move list.h to a data struct directory
Danny Holman
1
-7
/
+8
2023-11-26
kernel: list: add a linked-list implementation
Danny Holman
1
-0
/
+31
2023-11-26
kernel: mem: add a simple kmalloc implementation
Danny Holman
1
-0
/
+9
2023-11-26
arch: i386: serial.c: make serial_writestring static
Danny Holman
1
-1
/
+1
2022-03-22
arch: i386: make serial_writestring inline
Danny Holman
1
-1
/
+7
2021-07-20
io: prefix a 'k' to print functions
Danny Holman
1
-2
/
+2
2021-01-20
serial: add serial_writestring as a function
Danny Holman
1
-0
/
+1
2021-01-20
serial: don't declare serial_init as static
Danny Holman
1
-1
/
+1
2021-01-20
i386: add serial port support
Danny Holman
1
-0
/
+8
2021-01-20
include: append "_H" to include guards
Danny Holman
1
-2
/
+2
2021-01-17
include: remove an include to the tty layer in io
Danny Holman
1
-1
/
+0
2021-01-17
kernel: implement a basic printf function
Danny Holman
1
-0
/
+10
2021-01-17
include: create basic C library functions
Danny Holman
2
-0
/
+23