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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: sched: implement the round-robin scheduler
v0.06
Danny Holman
2024-05-29
1
-17
/
+10
*
include: kernel: input: add in keyboard.h
Danny Holman
2024-05-29
1
-0
/
+32
*
arch: i386: update all files to use the new libk
Danny Holman
2024-05-27
1
-2
/
+0
*
arch: i386: add a spinlock implementation
Danny Holman
2024-05-27
2
-0
/
+56
*
libk: create a subset libc for kernel use
Danny Holman
2024-05-27
6
-13
/
+16
*
kernel: add a basic thread scheduler
Danny Holman
2024-03-28
1
-0
/
+27
*
arch: i386: kernel: implement a kmalloc function
Danny Holman
2024-03-28
2
-1
/
+19
*
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-03-28
1
-8
/
+0
*
kernel: string: add a strcpy function
Danny Holman
2024-02-24
1
-0
/
+1
*
arch: i386: cleanup everything and reorganize
Danny Holman
2024-02-24
2
-1
/
+6
*
kernel: mem: kmalloc should not call page allocation
Danny Holman
2024-02-16
1
-2
/
+2
*
kernel: add a panic function
Danny Holman
2024-02-16
1
-0
/
+6
*
include: kernel: add the container_of.h file
Danny Holman
2024-02-16
1
-0
/
+10
*
kernel: string: add more functions to string library
Danny Holman
2024-02-16
1
-0
/
+5
*
arch: i386: put framebuffer ops in own file
Danny Holman
2024-02-16
1
-11
/
+0
*
arch: i386: kernel: the serial driver should be more POSIX-y
Danny Holman
2024-02-16
1
-8
/
+14
*
kernel: make kprintf print to a ring buffer
Danny Holman
2024-02-16
2
-2
/
+52
*
include: kernel: move list.h to a data struct directory
Danny Holman
2024-02-16
1
-7
/
+8
*
kernel: list: add a linked-list implementation
Danny Holman
2023-11-26
1
-0
/
+31
*
kernel: mem: add a simple kmalloc implementation
Danny Holman
2023-11-26
1
-0
/
+9
*
arch: i386: serial.c: make serial_writestring static
Danny Holman
2023-11-26
1
-1
/
+1
*
arch: i386: make serial_writestring inline
Danny Holman
2022-03-22
1
-1
/
+7
*
io: prefix a 'k' to print functions
Danny Holman
2021-07-20
1
-2
/
+2
*
serial: add serial_writestring as a function
Danny Holman
2021-01-20
1
-0
/
+1
*
serial: don't declare serial_init as static
Danny Holman
2021-01-20
1
-1
/
+1
*
i386: add serial port support
Danny Holman
2021-01-20
1
-0
/
+8
*
include: append "_H" to include guards
Danny Holman
2021-01-20
1
-2
/
+2
*
include: remove an include to the tty layer in io
Danny Holman
2021-01-17
1
-1
/
+0
*
kernel: implement a basic printf function
Danny Holman
2021-01-17
1
-0
/
+10
*
include: create basic C library functions
Danny Holman
2021-01-17
2
-0
/
+23