2019-09-04 |
John Tsiombikas | generalized pixel format handling in 3d pipeline master |
commit | commitdiff | tree | snapshot |
2019-09-03 |
John Tsiombikas | foo |
commit | commitdiff | tree | snapshot |
2019-09-03 |
John Tsiombikas | instmbr script from 256boss |
commit | commitdiff | tree | snapshot |
2019-09-03 |
John Tsiombikas | switched to the 256boss-style disk image creation |
commit | commitdiff | tree | snapshot |
2019-09-03 |
John Tsiombikas | census logo |
commit | commitdiff | tree | snapshot |
2019-09-03 |
John Tsiombikas | moved over the polyfiller code and implemented blending |
commit | commitdiff | tree | snapshot |
2019-09-02 |
John Tsiombikas | added logo eval, data, and cgmath |
commit | commitdiff | tree | snapshot |
2019-09-02 |
John Tsiombikas | Merge branch 'master' of github.com:jtsiomb/pcboot |
commit | commitdiff | tree | snapshot |
2019-09-02 |
John Tsiombikas | backported more fixes from 256boss |
commit | commitdiff | tree | snapshot |
2019-09-02 |
John Tsiombikas | removed more lfs files |
commit | commitdiff | tree | snapshot |
2019-09-02 |
John Tsiombikas | foo |
commit | commitdiff | tree | snapshot |
2019-09-02 |
John Tsiombikas | backported fixes from 256boss |
commit | commitdiff | tree | snapshot |
2019-05-29 |
John Tsiombikas | - moved the int86 code out of the 2nd stage boot loader... |
commit | commitdiff | tree | snapshot |
2019-05-28 |
John Tsiombikas | Merge branch 'master' of github.com:jtsiomb/pcboot |
commit | commitdiff | tree | snapshot |
2019-05-28 |
John Tsiombikas | backported malloc fixes from 256boss, plus the addition... |
commit | commitdiff | tree | snapshot |
2019-05-25 |
John Tsiombikas | backported fixes from 256boss: |
commit | commitdiff | tree | snapshot |
2019-05-02 |
John Tsiombikas | fixed bug in boot2.s: when booting from floppy, the... |
commit | commitdiff | tree | snapshot |
2019-05-01 |
John Tsiombikas | fixed bug in physical page allocator init: would mark... |
commit | commitdiff | tree | snapshot |
2019-04-29 |
John Tsiombikas | fixed: int86 failed to preserve returned flags (backpor... |
commit | commitdiff | tree | snapshot |
2019-01-23 |
John Tsiombikas | added makefile rule to create bootable CDs and removed... |
commit | commitdiff | tree | snapshot |
2019-01-23 |
John Tsiombikas | fixed soundblaster output (DMA bug) |
commit | commitdiff | tree | snapshot |
2018-06-09 |
John Tsiombikas | removed waiting for CTS in serial out and reinstated... |
commit | commitdiff | tree | snapshot |
2018-06-07 |
John Tsiombikas | the serial output seems to hang one computer I tried... |
commit | commitdiff | tree | snapshot |
2018-06-07 |
John Tsiombikas | added a bit more space after the PCI enumeration to... |
commit | commitdiff | tree | snapshot |
2018-05-24 |
John Tsiombikas | cleaned up the irq/dma detect code |
commit | commitdiff | tree | snapshot |
2018-05-24 |
John Tsiombikas | sound blaster code works, plus auto-detect IRQ/DMA... |
commit | commitdiff | tree | snapshot |
2018-05-24 |
John Tsiombikas | adding PCM file through LFS this time (hopefully) |
commit | commitdiff | tree | snapshot |
2018-05-24 |
John Tsiombikas | accidentally commited a binary file without first enabl... |
commit | commitdiff | tree | snapshot |
2018-05-24 |
John Tsiombikas | sound blaster code doesn't work yet |
commit | commitdiff | tree | snapshot |
2018-05-24 |
John Tsiombikas | started the sound blaster audio driver |
commit | commitdiff | tree | snapshot |
2018-05-12 |
John Tsiombikas | tried to make ps/2 mouse work in "remote mode" (polling... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
John Tsiombikas | added PS/2 mouse code |
commit | commitdiff | tree | snapshot |
2018-05-07 |
John Tsiombikas | pci enumeration |
commit | commitdiff | tree | snapshot |
2018-05-06 |
John Tsiombikas | init_pci |
commit | commitdiff | tree | snapshot |
2018-05-03 |
John Tsiombikas | comments in int86 |
commit | commitdiff | tree | snapshot |
2018-05-03 |
John Tsiombikas | removed leftover debug prints |
commit | commitdiff | tree | snapshot |
2018-05-03 |
John Tsiombikas | fixed int86 to return correctly from BIOS calls that... |
commit | commitdiff | tree | snapshot |
2018-05-03 |
John Tsiombikas | fixed VBE bugs |
commit | commitdiff | tree | snapshot |
2018-05-02 |
John Tsiombikas | vbe mode query |
commit | commitdiff | tree | snapshot |
2018-05-02 |
John Tsiombikas | fixed int86 not setting segment registers |
commit | commitdiff | tree | snapshot |
2018-05-02 |
John Tsiombikas | foo |
commit | commitdiff | tree | snapshot |
2018-05-02 |
John Tsiombikas | initial hasty attempt at porting over my VBE code |
commit | commitdiff | tree | snapshot |
2018-04-30 |
John Tsiombikas | Merge pull request #1 from cherouvim/patch-1 |
commit | commitdiff | tree | snapshot |
2018-04-30 |
John Tsiombikas | ignore memory ranges above 4gb |
commit | commitdiff | tree | snapshot |
2018-04-30 |
Ioannis Cherouvim | typo |
commit | commitdiff | tree | snapshot |
2018-04-30 |
John Tsiombikas | handling spurious interrupts correctly |
commit | commitdiff | tree | snapshot |
2018-04-30 |
John Tsiombikas | malloc (untested) |
commit | commitdiff | tree | snapshot |
2018-04-29 |
John Tsiombikas | physical page allocator |
commit | commitdiff | tree | snapshot |
2018-04-29 |
John Tsiombikas | comments |
commit | commitdiff | tree | snapshot |
2018-04-29 |
John Tsiombikas | memory detection |
commit | commitdiff | tree | snapshot |
2018-04-29 |
John Tsiombikas | Merge branch 'master' of github.com:jtsiomb/pcboot |
commit | commitdiff | tree | snapshot |
2018-04-29 |
John Tsiombikas | - memory detection with BIOS 0x15/0xe820 |
commit | commitdiff | tree | snapshot |
2018-04-28 |
John Tsiombikas | fixed memcpy |
commit | commitdiff | tree | snapshot |
2018-04-28 |
John Tsiombikas | moving some standard library functions to assembly |
commit | commitdiff | tree | snapshot |
2018-04-27 |
John Tsiombikas | logohack exit on escape |
commit | commitdiff | tree | snapshot |
2018-04-27 |
John Tsiombikas | int86 seems to work |
commit | commitdiff | tree | snapshot |
2018-04-27 |
John Tsiombikas | generalizing the 16bit interrupt hack to an arbitray... |
commit | commitdiff | tree | snapshot |
2018-04-27 |
John Tsiombikas | switch video mode hack by dropping to real mode to... |
commit | commitdiff | tree | snapshot |
2018-04-26 |
John Tsiombikas | removed "unimplemented" disclaimer from readme. It... |
commit | commitdiff | tree | snapshot |
2018-04-26 |
John Tsiombikas | added copyright headers to new files |
commit | commitdiff | tree | snapshot |
2018-04-26 |
John Tsiombikas | fixed clear .bss code |
commit | commitdiff | tree | snapshot |
2018-04-26 |
John Tsiombikas | interrupts, timer, keyboard, segments, lots of kernel... |
commit | commitdiff | tree | snapshot |
2018-04-25 |
John Tsiombikas | main kernel startup, libc, console tty, asmops, build... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
John Tsiombikas | commented out debug print of the first 32bits of each... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
John Tsiombikas | second stage boot loader now loads the main program |
commit | commitdiff | tree | snapshot |
2018-04-24 |
John Tsiombikas | debugging loading full program in unreal mode |
commit | commitdiff | tree | snapshot |
2018-04-21 |
John Tsiombikas | Just in case we started from a floppy, turn the motors... |
commit | commitdiff | tree | snapshot |
2018-04-19 |
John Tsiombikas | Fixed dobule-faults: the BIOS 13h calls enabled interru... |
commit | commitdiff | tree | snapshot |
2018-04-18 |
John Tsiombikas | protected mode debugging |
commit | commitdiff | tree | snapshot |
2018-04-15 |
John Tsiombikas | pointless effect in boot2, just for fun |
commit | commitdiff | tree | snapshot |
2018-04-15 |
John Tsiombikas | print_num clobbers eax, we need to reload _boot2_size... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
John Tsiombikas | semi-colon in copyright header caused a termination... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
John Tsiombikas | added README and license |
commit | commitdiff | tree | snapshot |
2018-04-15 |
John Tsiombikas | testing git LFS (large file support), added binary... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
John Tsiombikas | fixed USB booting issue |
commit | commitdiff | tree | snapshot |
2018-04-14 |
John Tsiombikas | cleanup and getchs |
commit | commitdiff | tree | snapshot |
2018-04-14 |
John Tsiombikas | fixed partial loading bug |
commit | commitdiff | tree | snapshot |
2018-04-11 |
John Tsiombikas | more debugging |
commit | commitdiff | tree | snapshot |
2018-04-10 |
John Tsiombikas | serial debugging in first stage loader |
commit | commitdiff | tree | snapshot |
2018-04-10 |
John Tsiombikas | second stage loader loading semi-works |
commit | commitdiff | tree | snapshot |
2018-04-09 |
John Tsiombikas | working on the boot loader |
commit | commitdiff | tree | snapshot |
2018-04-08 |
John Tsiombikas | hacking the 1st stage loader |
commit | commitdiff | tree | snapshot |
2018-04-07 |
John Tsiombikas | initial commit |
commit | commitdiff | tree | snapshot |
|