vbe mode query
[bootcensus] / src /
2018-05-02 John Tsiombikasvbe mode query
2018-05-02 John Tsiombikasfixed int86 not setting segment registers
2018-05-02 John Tsiombikasfoo
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 Tsiombikashandling spurious interrupts correctly
2018-04-30 John Tsiombikasmalloc (untested)
2018-04-29 John Tsiombikasphysical page allocator
2018-04-29 John Tsiombikascomments
2018-04-29 John Tsiombikasmemory detection
2018-04-29 John TsiombikasMerge branch 'master' of github.com:jtsiomb/pcboot
2018-04-29 John Tsiombikas- memory detection with BIOS 0x15/0xe820
2018-04-28 John Tsiombikasfixed memcpy
2018-04-28 John Tsiombikasmoving some standard library functions to assembly
2018-04-27 John Tsiombikaslogohack exit on escape
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-26 John Tsiombikasadded copyright headers to new files
2018-04-26 John Tsiombikasfixed clear .bss 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 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 Tsiombikasprint_num clobbers eax, we need to reload _boot2_size...
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-11 John Tsiombikasmore debugging
2018-04-10 John Tsiombikasserial debugging in first stage loader
2018-04-10 John Tsiombikassecond stage loader loading semi-works
2018-04-09 John Tsiombikasworking on the boot loader
2018-04-08 John Tsiombikashacking the 1st stage loader
2018-04-07 John Tsiombikasinitial commit