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
/
arch
/
i386
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: i386: kmalloc: fix last element being ignored
Danny Holman
2024-06-26
1
-8
/
+7
*
arch: i386: kmalloc: don't ignore the last block
Danny Holman
2024-06-25
1
-9
/
+13
*
arch: i386: paging: reserve the last page table
Danny Holman
2024-06-25
1
-0
/
+3
*
kernel: interrupt: create a generic interrupt API
Danny Holman
2024-06-25
2
-16
/
+13
*
arch: i386: add a function that walks the stack
Danny Holman
2024-06-24
1
-0
/
+31
*
arch: i386: multiboot: refactor i386_entry
Danny Holman
2024-06-22
1
-16
/
+15
*
arch: i386: gdt: flush_gdt no longer takes arguments
Danny Holman
2024-06-21
1
-1
/
+1
*
arch: i386: pmem: refactor the physical memory manager
Danny Holman
2024-06-21
1
-38
/
+27
*
arch: i386: paging: do the recursive paging trick
Danny Holman
2024-06-21
1
-64
/
+58
*
arch: i386: paging: make a temp map in init_page_table
Danny Holman
2024-05-29
1
-3
/
+4
*
arch: i386: paging: remove ref to non-existant header
Danny Holman
2024-05-29
1
-1
/
+0
*
arch: i386: remove last refs to moved headers
Danny Holman
2024-05-29
2
-25
/
+10
*
arch: i386: fix several bugs in paging subsystem
Danny Holman
2024-05-29
4
-116
/
+100
*
arch: i386: pmem: refactor the physical MM
Danny Holman
2024-05-27
1
-53
/
+38
*
arch: i386: update all files to use the new libk
Danny Holman
2024-05-27
4
-20
/
+20
*
arch: i386: add a spinlock implementation
Danny Holman
2024-05-27
1
-0
/
+30
*
arch: i386: pass entry page directory to entry func
Danny Holman
2024-05-27
1
-19
/
+25
*
drivers: create a subdir just for driver code
Danny Holman
2024-05-27
2
-249
/
+0
*
kernel: add a basic thread scheduler
Danny Holman
2024-03-28
1
-0
/
+28
*
arch: i386: kernel: implement a kmalloc function
Danny Holman
2024-03-28
1
-0
/
+66
*
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-03-28
4
-49
/
+152
*
kernel: string: add a strcpy function
Danny Holman
2024-02-24
1
-1
/
+0
*
arch: i386: cleanup everything and reorganize
Danny Holman
2024-02-24
8
-81
/
+414
*
arch: i386: move jump_userspace to its own file
Danny Holman
2024-02-24
1
-0
/
+29
*
arch: i386: add basic keyboard driver
Danny Holman
2024-02-16
1
-0
/
+142
*
arch: i386: roll physical memory control into VMM
Danny Holman
2024-02-16
2
-96
/
+87
*
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
1
-1
/
+11
*
arch: i386: syscall.c: add functions that dump data
Danny Holman
2024-02-16
1
-1
/
+7
*
arch: i386: add operations to control PIT timer
Danny Holman
2024-02-16
1
-0
/
+29
*
arch: i386: put framebuffer ops in own file
Danny Holman
2024-02-16
2
-88
/
+105
*
arch: i386: kernel: the serial driver should be more POSIX-y
Danny Holman
2024-02-16
1
-13
/
+13
*
arch: i386: alloc: remove erroneous halt instruction
Danny Holman
2023-11-26
1
-1
/
+0
*
arch: i386: paging: add a proper paging API
Danny Holman
2023-11-26
1
-0
/
+88
*
arch: i386: alloc: add a physical memory manager
Danny Holman
2023-11-26
1
-0
/
+43
*
arch: i386: add multiboot support
Danny Holman
2023-11-26
1
-0
/
+23
*
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: make serial_writestring inline
Danny Holman
2022-03-22
1
-5
/
+0
*
arch: i386: refactor the system call API
Danny Holman
2022-03-22
2
-6
/
+1
*
arch: i386: move non-critial files out of boot
Danny Holman
2022-01-21
3
-0
/
+197
*
arch: i386: add support for 8259 PIC
Danny Holman
2021-09-28
2
-17
/
+1
*
x86: reorganize the i386 directory
Danny Holman
2021-01-24
2
-0
/
+63