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
/
boot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: i386: boot: zero ESP before calling i386_entry
Danny Holman
2024-06-24
1
-0
/
+1
*
libk: use a random value for the stack protector
Danny Holman
2024-06-21
1
-0
/
+29
*
arch: boot: allocate a few pages at startup
Danny Holman
2024-06-21
1
-11
/
+18
*
arch: i386: pass entry page directory to entry func
Danny Holman
2024-05-27
1
-3
/
+2
*
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-03-28
1
-7
/
+11
*
kernel: string: add a strcpy function
Danny Holman
2024-02-24
1
-10
/
+6
*
arch: i386: cleanup everything and reorganize
Danny Holman
2024-02-24
3
-349
/
+0
*
arch: i386: move jump_userspace to its own file
Danny Holman
2024-02-24
1
-18
/
+1
*
arch: i386: move IRQ functions to PIC driver
Danny Holman
2024-02-16
1
-17
/
+26
*
arch: i386: move raw assembly calls to their own header
Danny Holman
2024-02-16
1
-13
/
+0
*
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
*
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
*
arch: i386: gdt.c: init the TSS before loading it
Danny Holman
2023-11-26
1
-2
/
+5
*
arch: i386: boot.s: define functions for page management
Danny Holman
2023-11-26
1
-0
/
+27
*
arch: i386: boot.s: move C entry point to file
Danny Holman
2023-11-26
1
-10
/
+3
*
arch: i386: boot: boot.s
Danny Holman
2023-11-26
1
-8
/
+4
*
arch: i386: make serial_writestring inline
Danny Holman
2022-03-22
1
-14
/
+8
*
arch: i386: refactor the system call API
Danny Holman
2022-03-22
1
-3
/
+2
*
arch: i386: move non-critial files out of boot
Danny Holman
2022-01-21
7
-282
/
+0
*
arch: i386: add support for IRQs and system calls
Danny Holman
2022-01-15
5
-2
/
+40
*
arch: i386: simplifiy GDT setup
Danny Holman
2022-01-15
4
-68
/
+176
*
arch: i386: simplify IDT setup
Danny Holman
2022-01-15
3
-28
/
+125
*
arch: i386: add support for tab characters
Danny Holman
2021-11-29
1
-0
/
+10
*
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
2
-62
/
+94
*
arch: i386: add PIC register support
Danny Holman
2021-09-28
1
-0
/
+14
*
arch: i386: fix IDT exception handler
Danny Holman
2021-09-28
2
-45
/
+73
*
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
2
-1
/
+55
*
i386: create idt.c and isr.s
Danny Holman
2021-08-30
3
-1
/
+115
*
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
2
-0
/
+97
*
arch: i386: move the kernel to high memory
Danny Holman
2021-07-20
2
-7
/
+50
*
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
5
-0
/
+142