generalized pixel format handling in 3d pipeline
[bootcensus] / src / boot / boot2.s
2019-09-02 John Tsiombikasbackported fixes from 256boss
2019-05-29 John Tsiombikas- moved the int86 code out of the 2nd stage boot loader...
2019-05-25 John Tsiombikasbackported fixes from 256boss:
2019-05-02 John Tsiombikasfixed bug in boot2.s: when booting from floppy, the...
2019-04-29 John Tsiombikasfixed: int86 failed to preserve returned flags (backpor...
2018-05-03 John Tsiombikascomments in int86
2018-05-03 John Tsiombikasfixed int86 to return correctly from BIOS calls that...
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-30 John Tsiombikasignore memory ranges above 4gb
2018-04-30 John Tsiombikasmalloc (untested)
2018-04-29 John Tsiombikascomments
2018-04-29 John Tsiombikasmemory detection
2018-04-29 John Tsiombikas- memory detection with BIOS 0x15/0xe820
2018-04-27 John Tsiombikasint86 seems to work
2018-04-27 John Tsiombikasgeneralizing the 16bit interrupt hack to an arbitray...
2018-04-27 John Tsiombikasswitch video mode hack by dropping to real mode to...
2018-04-25 John Tsiombikasmain kernel startup, libc, console tty, asmops, build...
2018-04-24 John Tsiombikascommented out debug print of the first 32bits of each...
2018-04-24 John Tsiombikassecond stage boot loader now loads the main program
2018-04-24 John Tsiombikasdebugging loading full program in unreal mode
2018-04-21 John TsiombikasJust in case we started from a floppy, turn the motors...
2018-04-19 John TsiombikasFixed dobule-faults: the BIOS 13h calls enabled interru...
2018-04-18 John Tsiombikasprotected mode debugging
2018-04-15 John Tsiombikaspointless effect in boot2, just for fun
2018-04-15 John Tsiombikassemi-colon in copyright header caused a termination...
2018-04-15 John Tsiombikasadded README and license
2018-04-15 John Tsiombikasfixed USB booting issue
2018-04-14 John Tsiombikascleanup and getchs
2018-04-14 John Tsiombikasfixed partial loading bug
2018-04-10 John Tsiombikassecond stage loader loading semi-works
2018-04-08 John Tsiombikashacking the 1st stage loader