0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed IRC location to a link More... over 14 years ago
now using the printf function (thanks dux!) More... over 14 years ago
added trivial ooc wrapper for printf() More... over 14 years ago
stole printf.c from dux, i'm far too lazy to write my own at this point More... over 14 years ago
shortened printing function names More... over 14 years ago
a more verbose start up sequence More... over 14 years ago
updated README and made some little fixes to README More... over 14 years ago
import bochs-dbg in any ooc and you can bochsBreak() which will drop to the debugger in bochs like a breakpoint, if you compiled bochs with debugging More... over 14 years ago
added a smarter display driver and updated init to use it More... over 14 years ago
added String length() More... over 14 years ago
added proto to halInitGDT extern definition to kill a warning More... over 14 years ago
moved display.ooc to hal/i386 More... over 14 years ago
scons can clean up ooc_tmp More... over 14 years ago
removed scripts for bochs GUI debugger becuase it's sucky and buggy. if you want to debug with bochs just compile it with debugging enabled and use the debugger from the command line. More... over 14 years ago
using '\v' instead of 11 because ndd fixed the bug =) More... over 14 years ago
git ignores stage2_eltorito More... over 14 years ago
scons will never delete iso/stage2_eltorito, so if you don't have grub installed in the usual place you can just copy stage2_eltorito to iso/ manually and then build normally More... over 14 years ago
Char functions use 'a' instead of 97, etc More... over 14 years ago
updated README Todo list More... over 14 years ago
Merge branch 'interrupts' More... over 14 years ago
added syscalls on interrupt 0x80 More... over 14 years ago
loop forever in kmain so that interrupts can work More... over 14 years ago
added functions to enable/disable interrupts. enable interrupts at the end of halInit More... over 14 years ago
I... forgot a line, that sets the IDTGate selectors. This is why interrupts took me days to debug. :/ More... over 14 years ago
added -g flag to ooc for 'debug' build (default) More... over 14 years ago
Fixed outdated ISO file name in README More... over 14 years ago
added IRQs More... over 14 years ago
stub halIsrHandler More... over 14 years ago
shiny.h was including a non existant file More... over 14 years ago
ports.ooc to wrap ports.c (exists because it uses inline ASM) More... over 14 years ago