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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-29
arch: i386: paging: make a temp map in init_page_table
Danny Holman
1
-3
/
+4
2024-05-29
arch: i386: paging: remove ref to non-existant header
Danny Holman
1
-1
/
+0
2024-05-29
arch: i386: remove last refs to moved headers
Danny Holman
4
-27
/
+13
2024-05-29
arch: i386: fix several bugs in paging subsystem
Danny Holman
5
-122
/
+108
2024-05-27
arch: i386: pmem: refactor the physical MM
Danny Holman
2
-65
/
+41
2024-05-27
arch: i386: update all files to use the new libk
Danny Holman
6
-24
/
+22
2024-05-27
arch: i386: add a spinlock implementation
Danny Holman
3
-10
/
+75
2024-05-27
arch: i386: pass entry page directory to entry func
Danny Holman
3
-24
/
+27
2024-05-27
drivers: create a subdir just for driver code
Danny Holman
5
-331
/
+0
2024-03-28
kernel: add a basic thread scheduler
Danny Holman
2
-0
/
+30
2024-03-28
arch: i386: kernel: implement a kmalloc function
Danny Holman
2
-0
/
+67
2024-03-28
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
10
-65
/
+216
2024-02-24
kernel: string: add a strcpy function
Danny Holman
2
-11
/
+6
2024-02-24
arch: i386: cleanup everything and reorganize
Danny Holman
17
-225
/
+192
2024-02-24
arch: i386: move jump_userspace to its own file
Danny Holman
2
-18
/
+30
2024-02-16
arch: i386: add basic keyboard driver
Danny Holman
3
-0
/
+176
2024-02-16
arch: i386: roll physical memory control into VMM
Danny Holman
6
-132
/
+107
2024-02-16
arch: i386: move GDT definitions to their own header
Danny Holman
1
-0
/
+55
2024-02-16
arch: i386: multiboot: move arch-specific inits here
Danny Holman
1
-13
/
+33
2024-02-16
arch: i386: move IRQ functions to PIC driver
Danny Holman
3
-18
/
+39
2024-02-16
arch: i386: move raw assembly calls to their own header
Danny Holman
2
-13
/
+19
2024-02-16
arch: i386: syscall.c: add functions that dump data
Danny Holman
2
-1
/
+9
2024-02-16
arch: i386: gdt.c: fix a bug in userspace jump
Danny Holman
1
-52
/
+12
2024-02-16
arch: i386: boot: ISR frame should not include ESP
Danny Holman
1
-2
/
+6
2024-02-16
arch: i386: add operations to control PIT timer
Danny Holman
2
-0
/
+38
2024-02-16
arch: i386: put framebuffer ops in own file
Danny Holman
3
-88
/
+122
2024-02-16
arch: i386: kernel: the serial driver should be more POSIX-y
Danny Holman
1
-13
/
+13
2023-11-26
arch: i386: alloc: remove erroneous halt instruction
Danny Holman
1
-1
/
+0
2023-11-26
arch: i386: make: add source files
v0.05
Danny Holman
1
-0
/
+3
2023-11-26
arch: i386: linker.ld: add references to the bitmap
Danny Holman
1
-0
/
+5
2023-11-26
arch: i386: paging: add a proper paging API
Danny Holman
2
-0
/
+140
2023-11-26
arch: i386: alloc: add a physical memory manager
Danny Holman
2
-0
/
+56
2023-11-26
arch: i386: add multiboot support
Danny Holman
2
-0
/
+127
2023-11-26
arch: i386: tty.c: remove unneeded local variable
Danny Holman
1
-3
/
+4
2023-11-26
arch: i386: syscall.c: replace function calls with single switch
Danny Holman
1
-21
/
+9
2023-11-26
arch: i386: pic.c: finish implementing functions from pic.h
Danny Holman
1
-1
/
+3
2023-11-26
arch: i386: syscall.h: define some example system calls
Danny Holman
1
-5
/
+22
2023-11-26
arch: i386: pic.h: make register_irq_handler accessible
Danny Holman
1
-0
/
+2
2023-11-26
arch: i386: pic.h: change all chars into uint8_t
Danny Holman
1
-1
/
+2
2023-11-26
arch: i386: idt.h: remove extern functions
Danny Holman
1
-4
/
+1
2023-11-26
arch: i386: isr.s: create the irq stubs
Danny Holman
1
-3
/
+21
2023-11-26
arch: i386: idt.c: install the ISR handlers
Danny Holman
1
-47
/
+62
2023-11-26
arch: i386: idt.c: remove the irq number from handler
Danny Holman
1
-1
/
+2
2023-11-26
arch: i386: idt.c: call the page fault handler
Danny Holman
1
-3
/
+1
2023-11-26
arch: i386: idt.c: add a stopgap to halt_catch_fire
Danny Holman
1
-0
/
+1
2023-11-26
arch: i386: idt.c: remove unneeded define macros
Danny Holman
1
-23
/
+1
2023-11-26
arch: i386: gdt.c: init the TSS before loading it
Danny Holman
1
-2
/
+5
2023-11-26
arch: i386: boot.s: define functions for page management
Danny Holman
1
-0
/
+27
2023-11-26
arch: i386: boot.s: move C entry point to file
Danny Holman
1
-10
/
+3
2023-11-26
arch: i386: boot: boot.s
Danny Holman
1
-8
/
+4
[next]