index
:
dholman/box.git
master
Unix-like OS written in C
Danny Holman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: sched: add a flag that is set on init
Danny Holman
2024-03-28
1
-0
/
+6
*
kernel: add a basic thread scheduler
Danny Holman
2024-03-28
5
-0
/
+122
*
arch: i386: kernel: implement a kmalloc function
Danny Holman
2024-03-28
5
-2
/
+91
*
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-03-28
14
-90
/
+219
*
kernel: string: add a strcpy function
Danny Holman
2024-02-24
6
-15
/
+37
*
arch: i386: cleanup everything and reorganize
Danny Holman
2024-02-24
20
-228
/
+218
*
arch: i386: move jump_userspace to its own file
Danny Holman
2024-02-24
2
-18
/
+30
*
README: update copyright line
Danny Holman
2024-02-21
3
-4
/
+10
*
arch: i386: add basic keyboard driver
Danny Holman
2024-02-16
3
-0
/
+176
*
kernel: panic: add a variable that locks other CPUs
Danny Holman
2024-02-16
1
-0
/
+3
*
arch: i386: roll physical memory control into VMM
Danny Holman
2024-02-16
6
-132
/
+107
*
arch: i386: move GDT definitions to their own header
Danny Holman
2024-02-16
1
-0
/
+55
*
arch: i386: multiboot: move arch-specific inits here
Danny Holman
2024-02-16
1
-13
/
+33
*
arch: i386: move IRQ functions to PIC driver
Danny Holman
2024-02-16
3
-18
/
+39
*
arch: i386: move raw assembly calls to their own header
Danny Holman
2024-02-16
2
-13
/
+19
*
kernel: mem: kmalloc should not call page allocation
Danny Holman
2024-02-16
2
-15
/
+7
*
kernel: add a panic function
Danny Holman
2024-02-16
2
-0
/
+14
*
arch: i386: syscall.c: add functions that dump data
Danny Holman
2024-02-16
2
-1
/
+9
*
arch: i386: gdt.c: fix a bug in userspace jump
Danny Holman
2024-02-16
1
-52
/
+12
*
arch: i386: boot: ISR frame should not include ESP
Danny Holman
2024-02-16
1
-2
/
+6
*
Makefile: add flags to qemu that activate the serial port
Danny Holman
2024-02-16
1
-1
/
+1
*
arch: i386: add operations to control PIT timer
Danny Holman
2024-02-16
2
-0
/
+38
*
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
2
-0
/
+69
*
arch: i386: put framebuffer ops in own file
Danny Holman
2024-02-16
4
-99
/
+122
*
arch: i386: kernel: the serial driver should be more POSIX-y
Danny Holman
2024-02-16
2
-21
/
+27
*
kernel: make kprintf print to a ring buffer
Danny Holman
2024-02-16
3
-13
/
+75
*
include: kernel: move list.h to a data struct directory
Danny Holman
2024-02-16
1
-7
/
+8
*
arch: i386: alloc: remove erroneous halt instruction
Danny Holman
2023-11-26
1
-1
/
+0
*
arch: i386: make: add source files
v0.05
Danny Holman
2023-11-26
2
-5
/
+15
*
arch: i386: linker.ld: add references to the bitmap
Danny Holman
2023-11-26
1
-0
/
+5
*
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
2
-0
/
+32
*
arch: i386: paging: add a proper paging API
Danny Holman
2023-11-26
2
-0
/
+140
*
arch: i386: alloc: add a physical memory manager
Danny Holman
2023-11-26
2
-0
/
+56
*
arch: i386: add multiboot support
Danny Holman
2023-11-26
2
-0
/
+127
*
arch: i386: serial.c: make serial_writestring static
Danny Holman
2023-11-26
1
-1
/
+1
*
arch: i386: tty.c: remove unneeded local variable
Danny Holman
2023-11-26
1
-3
/
+4
*
arch: i386: syscall.c: replace function calls with single switch
Danny Holman
2023-11-26
1
-21
/
+9
*
arch: i386: pic.c: finish implementing functions from pic.h
Danny Holman
2023-11-26
1
-1
/
+3
*
arch: i386: syscall.h: define some example system calls
Danny Holman
2023-11-26
1
-5
/
+22
*
arch: i386: pic.h: make register_irq_handler accessible
Danny Holman
2023-11-26
1
-0
/
+2
*
arch: i386: pic.h: change all chars into uint8_t
Danny Holman
2023-11-26
1
-1
/
+2
*
arch: i386: idt.h: remove extern functions
Danny Holman
2023-11-26
1
-4
/
+1
*
arch: i386: isr.s: create the irq stubs
Danny Holman
2023-11-26
1
-3
/
+21
*
arch: i386: idt.c: install the ISR handlers
Danny Holman
2023-11-26
1
-47
/
+62
*
arch: i386: idt.c: remove the irq number from handler
Danny Holman
2023-11-26
1
-1
/
+2
*
arch: i386: idt.c: call the page fault handler
Danny Holman
2023-11-26
1
-3
/
+1
*
arch: i386: idt.c: add a stopgap to halt_catch_fire
Danny Holman
2023-11-26
1
-0
/
+1
*
arch: i386: idt.c: remove unneeded define macros
Danny Holman
2023-11-26
1
-23
/
+1
[next]