census logo
[bootcensus] / Makefile
2019-09-03 John Tsiombikasmoved over the polyfiller code and implemented blending
2019-09-02 John Tsiombikasadded logo eval, data, and cgmath
2019-09-02 John Tsiombikasbackported more fixes from 256boss
2019-05-29 John Tsiombikas- moved the int86 code out of the 2nd stage boot loader...
2019-01-23 John Tsiombikasadded makefile rule to create bootable CDs and removed...
2019-01-23 John Tsiombikasfixed soundblaster output (DMA bug)
2018-05-24 John Tsiombikassound blaster code doesn't work yet
2018-05-24 John Tsiombikasstarted the sound blaster audio driver
2018-05-02 John Tsiombikasvbe mode query
2018-05-02 John Tsiombikasfixed int86 not setting segment registers
2018-05-02 John Tsiombikasinitial hasty attempt at porting over my VBE code
2018-04-26 John Tsiombikasinterrupts, timer, keyboard, segments, lots of kernel...
2018-04-25 John Tsiombikasmain kernel startup, libc, console tty, asmops, build...
2018-04-24 John Tsiombikassecond stage boot loader now loads the main program
2018-04-18 John Tsiombikasprotected mode debugging
2018-04-14 John Tsiombikasfixed partial loading bug
2018-04-10 John Tsiombikasserial debugging in first stage loader
2018-04-10 John Tsiombikassecond stage loader loading semi-works
2018-04-07 John Tsiombikasinitial commit