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
...
*
arch: i386: rename the GDT array pointer
Danny Holman
2021-10-09
1
-7
/
+7
*
arch: i386: include more information in IDT
Danny Holman
2021-10-09
4
-73
/
+129
*
arch: i386: add PIC register support
Danny Holman
2021-09-28
2
-0
/
+19
*
arch: i386: fix IDT exception handler
Danny Holman
2021-09-28
4
-45
/
+145
*
arch: i386: fix GDT segment mismatch
Danny Holman
2021-09-28
1
-1
/
+1
*
arch: i386: add support for 8259 PIC
Danny Holman
2021-09-28
7
-19
/
+103
*
i386: create idt.c and isr.s
Danny Holman
2021-08-30
5
-2
/
+118
*
git: stop ignoring assembly files
Danny Holman
2021-08-30
1
-1
/
+36
*
doc: add the Developer's Certificate of Origin
Danny Holman
2021-08-30
1
-0
/
+26
*
arch: i386: add ring-3 descriptors to the GDT
Danny Holman
2021-08-27
1
-1
/
+3
*
arch: i386: surround GDT macros with parens
Danny Holman
2021-07-25
1
-15
/
+14
*
arch: i386: add GDT setup routines
Danny Holman
2021-07-24
5
-70
/
+99
*
arch: i386: move the kernel to high memory
Danny Holman
2021-07-20
3
-13
/
+66
*
io: prefix a 'k' to print functions
Danny Holman
2021-07-20
3
-8
/
+6
*
Makefile: clean up targets
Danny Holman
2021-06-04
1
-8
/
+11
*
Makefile: include dependency files
Danny Holman
2021-03-09
1
-0
/
+2
*
README: fix improper formatting
Danny Holman
2021-03-09
1
-0
/
+1
*
Makefile: fix wrong -I directive to compiler
Danny Holman
2021-03-09
2
-4
/
+3
*
README: add project README file
Danny Holman
2021-01-28
1
-0
/
+14
*
i386: create terminal_scroll function
Danny Holman
2021-01-28
1
-10
/
+25
*
i386: add support for newlines
Danny Holman
2021-01-25
1
-0
/
+7
*
x86: reorganize the i386 directory
Danny Holman
2021-01-24
10
-11
/
+84
*
serial: add serial_writestring as a function
Danny Holman
2021-01-20
3
-0
/
+9
*
kernel: iterate over string with index
Danny Holman
2021-01-20
1
-6
/
+6
*
kernel: maintain const on strings
Danny Holman
2021-01-20
1
-2
/
+2
*
serial: don't declare serial_init as static
Danny Holman
2021-01-20
3
-2
/
+3
*
i386: add serial port support
Danny Holman
2021-01-20
5
-1
/
+67
*
include: append "_H" to include guards
Danny Holman
2021-01-20
1
-2
/
+2
*
kernel: finish implementing string functions
Danny Holman
2021-01-18
1
-4
/
+38
*
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
2
-0
/
+82
*
kernel: add main initialization functions
Danny Holman
2021-01-17
1
-0
/
+7
*
kernel: add string.h implementations
Danny Holman
2021-01-17
1
-0
/
+24
*
arch: i386: add support for x86 processors
Danny Holman
2021-01-17
5
-0
/
+142
*
include: create basic C library functions
Danny Holman
2021-01-17
2
-0
/
+23
*
Initial commit
Danny Holman
2021-01-17
5
-0
/
+439
[prev]