0
I Use This!
New Project

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Oct 26, 2024 — Oct 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make: add 1.44M floppy image More... 4 months ago
stage1: remove unnecessary cylinder inc More... 4 months ago
stage2: wire up mem, serial, gdbstub, and pci More... 4 months ago
gdbstub: return OK on unknown register writes More... 4 months ago
gdbstub: mark stackPtr as used More... 4 months ago
pci: refactor PCI driver More... 4 months ago
pci: fix BAR reading More... 4 months ago
gdbstub: implement external functions More... 4 months ago
implement IDT manipulation from C More... 4 months ago
add serial port handling More... 4 months ago
docs: add serial port docs More... 4 months ago
gdbstub: replace strcpy with our scopy More... 4 months ago
mem: add scopy for string copy More... 4 months ago
gdbstub: remove legacy underscores More... 4 months ago
gdbstub: fix conversion/sign warnings More... 4 months ago
gdbstub: resolve warnings More... 4 months ago
gdbstub: remove libc deps More... 4 months ago
gdbstub: change K&R style to ANSI More... 4 months ago
gdbstub: format More... 4 months ago
gdbstub: use __asm__ and fix missing semicolon More... 4 months ago
add gdbstub from gdb commit 28b75d9 More... 4 months ago
add optional sanitizers to test builds with TEST_SAN=true More... 4 months ago
fix mem.c linker symbols More... 4 months ago
prevent eh_frame generation and remove discard More... 4 months ago
do not discard debug sections More... 4 months ago
fix floppy reading logic More... 4 months ago
move PCI device info printng to print.c More... 4 months ago
remove nonexisting c file More... 5 months ago
add memory allocator tests and make targets More... 5 months ago
add dynamic memory allocator More... 5 months ago