index
:
bubbl.git
main
An Operating System for The x86 Architecture.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
boot
/
interrupts
/
exceptions.cc
(
unfollow
)
Commit message (
Expand
)
Author
2025-09-16
interrupts: exception_handler should accept IRQ number
HEAD
main
Raghuram Subramani
2025-05-25
interrupts: rename idt namespace to interrupts
Raghuram Subramani
2025-05-25
idt: no need to mark function as extern "C" during declaration
Raghuram Subramani
2025-05-24
interrupts: exceptions: extern "C" exception_handler
Raghuram Subramani
2025-02-07
IDT: Initialize IDT with a very basic exception handler that does nothing
Raghuram Subramani
2025-02-05
mm: page_table_allocator: prepare()->initialize()
Raghuram Subramani
2025-02-04
mm: virtual_mm: Write a basic page table allocator
Raghuram Subramani
2025-02-03
libk: Start work on custom liballoc
Raghuram Subramani
2025-01-31
{strlen,memory_map}: C->C++
Raghuram Subramani
2025-01-06
misc: cmos->bubbl
Raghuram Subramani
2025-01-04
misc: Two spaces before the copyright name.
Raghuram Subramani
2025-01-01
all: Copyright: 2024-2025
Raghuram Subramani
2024-12-30
all: re-indent
Raghuram Subramani
2024-12-30
global: update licenses
Raghuram Subramani
2024-12-29
kernel: implement printk
Raghuram Subramani
2024-12-29
global: whitespaces
Raghuram Subramani
2024-12-29
drivers: vga_text_buffer: introduce wip driver that doesn't work yet
Raghuram Subramani