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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2022-03-22
arch: i386: make serial_writestring inline
Danny Holman
2
-19
/
+8
2022-03-22
arch: i386: refactor the system call API
Danny Holman
5
-11
/
+4
2022-01-21
arch: i386: move non-critial files out of boot
Danny Holman
9
-91
/
+52
2022-01-15
arch: i386: fix coding style issue
Danny Holman
1
-2
/
+2
2022-01-15
arch: i386: add support for IRQs and system calls
Danny Holman
7
-3
/
+61
2022-01-15
arch: i386: simplifiy GDT setup
Danny Holman
4
-68
/
+176
2022-01-15
arch: i386: simplify IDT setup
Danny Holman
5
-31
/
+128
2021-11-29
arch: i386: add support for tab characters
Danny Holman
1
-0
/
+10
2021-10-09
arch: i386: rename the GDT array pointer
Danny Holman
1
-7
/
+7
2021-10-09
arch: i386: include more information in IDT
Danny Holman
4
-73
/
+129
2021-09-28
arch: i386: add PIC register support
Danny Holman
2
-0
/
+19
2021-09-28
arch: i386: fix IDT exception handler
Danny Holman
4
-45
/
+145
2021-09-28
arch: i386: fix GDT segment mismatch
Danny Holman
1
-1
/
+1
2021-09-28
arch: i386: add support for 8259 PIC
Danny Holman
6
-18
/
+102
2021-08-30
i386: create idt.c and isr.s
Danny Holman
4
-1
/
+117
2021-08-27
arch: i386: add ring-3 descriptors to the GDT
Danny Holman
1
-1
/
+3
2021-07-25
arch: i386: surround GDT macros with parens
Danny Holman
1
-15
/
+14
2021-07-24
arch: i386: add GDT setup routines
Danny Holman
4
-69
/
+98
2021-07-20
arch: i386: move the kernel to high memory
Danny Holman
3
-13
/
+66
2021-03-09
Makefile: fix wrong -I directive to compiler
Danny Holman
1
-2
/
+2
2021-01-28
i386: create terminal_scroll function
Danny Holman
1
-10
/
+25
2021-01-25
i386: add support for newlines
Danny Holman
1
-0
/
+7
2021-01-24
x86: reorganize the i386 directory
Danny Holman
9
-3
/
+73
2021-01-20
serial: add serial_writestring as a function
Danny Holman
1
-0
/
+7
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
3
-0
/
+57
2021-01-17
arch: i386: add support for x86 processors
Danny Holman
5
-0
/
+142
[prev]