0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 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
fixed halIsr## definitions. they needed the 'proto' keyword because there is no header file More... over 14 years ago
added ports.c (stolen from dux) More... over 14 years ago
implemented interrupts, but getting some errors in build. it looks like an ooc compiler error More... over 14 years ago
removed the Note about oos not having ooc code, added a Todo list More... over 14 years ago
screwed up renaming this More... over 14 years ago
commented IDTGate More... over 14 years ago
added some comments about the things I had to do in C More... over 14 years ago
now loads the Interrupt Descriptor Table (IDT)! More... over 14 years ago
oops, screwed up the valist extern func's More... over 14 years ago
removed stdarg.h, ooclib.ooc doesn't really need it More... over 14 years ago
don't have to import hal/i386/hal, now just import hal. scons handles which arch to use More... over 14 years ago
removed defunct hal.c (it's in ooc now!) More... over 14 years ago
converted hal.c to ooc, renamed Hal* functions to hal* because ooc doesn't like function starting with capitals More... over 14 years ago
added -sourcepath=src/shiny and -sourcepath=. to the ooc flags so that .ooc's can 'import foo' instead of 'import src/shiny/foo' More... over 14 years ago
updated readme with information about the ooc code More... over 14 years ago
added tons of methods to the Char cover More... over 14 years ago
now prints some multiboot info - haven't covered the whole multiboot header yet More... over 14 years ago
converted display.c to ooc More... over 14 years ago
removed old printa.ooc, because the kernel is in ooc now :) More... over 14 years ago
added the scons stuff needed to build with ooc - thanks to nddrylliog for adding -outlib to ooc =) More... over 14 years ago
removed old unused scons stuff More... over 14 years ago
added fixed-size number types in ooc sdk More... over 14 years ago
switched to ooc kernel More... over 14 years ago
added the start of ooc code in oos. i need a better way to build this - it's all manual right now More... over 14 years ago
removed some unneccesary stuff in SConstruct More... over 14 years ago
moved GDT into Hal. it all seems much cleaner now More... over 14 years ago
someone ran oos on real hardware, updating readme More... over 14 years ago
reorganized a bit More... over 14 years ago
added stdint.h More... over 14 years ago
added header guard to stdarg.h More... over 14 years ago