0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 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
Storing multiboot info in a global variable so it can be accessed anywhere. More... about 14 years ago
Tiny spacing fix. More... about 14 years ago
Fix so NULL will work
Marie Markwell
as Nick Markwell
More... about 14 years ago
Printf should not add 0x and 0 at the start of %x and %o (hex and octal). More... about 14 years ago
Hacky temporary fix for String format(). I really want memory management now. More... about 14 years ago
Take advantage of format(). More... about 14 years ago
Formatting fixes. More... about 14 years ago
Added String format() to use instead of printf. More... about 14 years ago
Added print and println to Char. More... about 14 years ago
Cleaning up printf a bit and it's fixed... not sure what fixed it (and I tried to find out.) More... about 14 years ago
Converting more printf's to print/println. More... about 14 years ago
Using println() instead of printf()... because printf() is broken. More... about 14 years ago
Formatting fixes. More... about 14 years ago
Merge branch 'master' of github.com:tsion/oos More... about 14 years ago
Cleaned up Printf.ooc
Marie Markwell
as Nick Markwell
More... about 14 years ago
Removed Print.c
Marie Markwell
as Nick Markwell
More... about 14 years ago
Printf.ooc works!
Marie Markwell
as Nick Markwell
More... about 14 years ago
Added copyrights to Printf.c and Printf.ooc, at request of sdkmvx (Martin)
Marie Markwell
as Nick Markwell
More... about 14 years ago
Compiles! But there appears to be some math failures in printf.ooc, will look into that once my drooly niece isn't trying to take over my keyboard :)
Marie Markwell
as Nick Markwell
More... about 14 years ago
Committing because i'm too lazy to send nddrylliog a .tar!
Marie Markwell
as Nick Markwell
More... about 14 years ago
Changed 2 spaces -> 4 spaces More... over 14 years ago
Added 'bits 32' line to Boot.asm. More... over 14 years ago
Oops, I missed 'global bootEntry' at the top. Now it's renamed, should run. More... over 14 years ago
In Boot.asm, fixed some formatting, cleaned up comments, and renamed bootEntry to boot. More... over 14 years ago
Cleaned up ASM comments More... over 14 years ago
Ported Ports.c to ASM, put it in Hal.asm and removed Ports.c More... over 14 years ago
Combined all the Hal/*.asm files into Hal.asm. Translated most of the Hal/*.c code into ASM and also stuck it in Hal.asm. Only Hal/Ports.c is left! More... over 14 years ago
Removed IDT.c - it has been replaced with IDT.asm More... over 14 years ago
A helpful comment More... over 14 years ago
After painful hours of debugging, I got my mostly-ooc GDT code working. Yay! More... over 14 years ago