summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)Author
2017-07-08small adaptions around kernel_entry (docu, boot loader)Andreas Baumann
2017-06-21added the widget and the composite widget classesAndreas Baumann
2017-06-17added the most complex VGA mode (640x480x4, only timings for now)Andreas Baumann
2017-06-16playing with VGA font distance and characters bei being on the head or mirroredAndreas Baumann
2017-06-16giving up on getting disk/usb mode to work in boot loaderAndreas Baumann
2017-06-16added embedded VGA fonts, not so sure about the 8 heads for USB imagesAndreas Baumann
2017-06-16why pop eax, if this contains the return valueAndreas Baumann
2017-06-16better output where we found/didn't find the magic signatureAndreas Baumann
2017-06-16paranoia, copy BOOT_DRIVE to every call to read sectorAndreas Baumann
2017-06-16fixed the stack position to 0x2000, not 0xFFFF in real mode!Andreas Baumann
2017-06-16fixed loading of kernel in stage2 grossing 64kAndreas Baumann
2017-06-15adapted kernel size to fit clangAndreas Baumann
2017-06-15increased size of stage 2 bootloader by 1024 bytesAndreas Baumann
2017-06-15made framebuffer segment a member of vga_mode_t, computing it onceAndreas Baumann
2017-06-14got switch to graphical VGA mode workingAndreas Baumann
2017-06-10moved bootloader to subdirectoryAndreas Baumann