0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved zeroMemory into memory.ooc More... about 14 years ago
4 spaces instead of tabs. More... about 14 years ago
Yay! Interrupts/exceptions work!
Marie Markwell
as Nick Markwell
More... about 14 years ago
Renamed idt.h to IDT.h More... about 14 years ago
Using the same format for all inline ASM statements. More... about 14 years ago
Added a newline before panic(), added a printf() after panic(). More... about 14 years ago
README maintenance: typos, grammar, missing info, and added links. More... about 14 years ago
Old function name in a comment was updated. More... about 14 years ago
Renamed the Ports.c functions. More... about 14 years ago
Updated Bochs/Debug.ooc to new naming scheme. More... about 14 years ago
Renamed halLoadIDT to loadIDT More... about 14 years ago
Removed stdarg.h completely. More... about 14 years ago
Panic works, added a test
Marie Markwell
as Nick Markwell
More... about 14 years ago
Removed stddef.h completely. More... about 14 years ago
Added panic() -- SHOULD work
Marie Markwell
as Nick Markwell
More... about 14 years ago
Added Halt.c and Halt.ooc
Marie Markwell
as Nick Markwell
More... about 14 years ago
Slightly cleaner way of specifying bit-based flag enum More... about 14 years ago
Added vsprintf() extern in Printf.ooc
Marie Markwell
as Nick Markwell
More... about 14 years ago
Don't import Display namespaced. It was just a little too verbose. More... about 14 years ago
Using setForeground in Main.ooc More... about 14 years ago
Added setForeground and setBackground to Display. More... about 14 years ago
Big commit. Further rearrangements for namespaced imports, some ooc<->C/ASM name fixes. Moved Registers into it's own file. More... about 14 years ago
Switched everything over to namesaced imports! Doesn't yet compile for some reason. More... about 14 years ago
Now printing the kernel start and end after boot. More... about 14 years ago
Oh right, ooclib doesn't need to import types anymore. More... about 14 years ago
Make halDisplayChar unmangled so it can be used in printf.c. (Temporary measures until I zap printf.) More... about 14 years ago
Renamed BasicTypes.ooc to types.ooc to work with the ooc change - this shouldn't actually have affected me, if that wasn't hardcoded. More... about 14 years ago
Added unmangled keyword to two functions that need to be called from ASM. More... over 14 years ago
added kernelStart variable to linker script More... over 14 years ago
renamed _start to bootEntry More... over 14 years ago