summaryrefslogtreecommitdiff
path: root/sys/src/boot/pc
AgeCommit message (Expand)Author
2016-05-199boot: add iso hybrid loader 9boothybcinap_lenrek
2015-01-25pc, efi loaders: erase characters when backspace is pressedmischief
2013-09-239bootfat: only check for fat at block 0 on floppy drives (thanks aap)cinap_lenrek
2013-09-019bootfat: always try plan9 partition even when not marked active, fix bugcinap_lenrek
2013-05-06pbs: allow 9bootfat start cluster beyond 0xFFFFcinap_lenrek
2013-02-189boot: fix 9bootisocinap_lenrek
2013-02-189boot: serial console supportcinap_lenrek
2013-02-179boot: make print handle \n -> \r\n conversion, stylecinap_lenrek
2013-02-179boot: preserve configuration on boot error, add show commandcinap_lenrek
2012-12-039boot: truncate long lines instead of producing partial lines from console/pl...cinap_lenrek
2012-09-20tftp: prevent it from hanging if ack packets get lostcinap_lenrek
2012-08-219bootpxe: try /cfg/pxe/default if /cfg/pxe/$ether fails before breaking to th...cinap_lenrek
2012-06-239boot: change to new *e820= format, support for 64bit kernelscinap_lenrek
2012-05-08disk/format, 9boot: fix alignment issuescinap_lenrek
2012-05-089bootfat: fat12 supportcinap_lenrek
2012-01-209boot: always check if a20 is already enabled, use different keyboard code, r...cinap_lenrek
2011-12-269boot: replace strrchr() call with a loop and strchr() for ignoring bang path...cinap_lenrek
2011-11-119boot: fix more e820cinap_lenrek
2011-11-109boot: fix e820 scancinap_lenrek
2011-11-099boot: add wait wordcinap_lenrek
2011-11-04use /386/9pcf in test.iso targetcinap_lenrek
2011-08-16handy test targetscinap_lenrek
2011-07-209bootfat: handle extended partitionscinap_lenrek
2011-07-09pbs: fix commentcinap_lenrek
2011-07-09pbs: add some diagnostic dots, simplifycinap_lenrek
2011-06-22boot/pbs: wrong registerment
2011-06-13pbs: dont rely on chainloader to hand us a partition table and properly get t...cinap_lenrek
2011-06-08boot/pc: changed PBS relocating offsetment
2011-06-08boot/pc: PBS now calculates rootdir offset itselfment
2011-06-019boot: add support for clearing single config settingscinap_lenrek
2011-05-15remove 9bootfat printcinap_lenrek
2011-05-159boot: increase timeout, do less printingcinap_lenrek
2011-05-159boot: replace dots by printing 64k block number in hexcinap_lenrek
2011-05-15remove nmi handlingcinap_lenrek
2011-05-159boot: use 500 ms timeoutcinap_lenrek
2011-05-149boot: remove debug printscinap_lenrek
2011-05-149boot: add e820 scan to bootloadercinap_lenrek
2011-05-149boot: add APM supportcinap_lenrek
2011-05-109bootfat: rename open() to fileinit and make it static as its really a intern...cinap_lenrek
2011-05-099bootfat: rename Extend to File as fat files are not really extends anymore :)glenda
2011-04-279boot: added support for fragmented files and FAT32ment
2011-04-27shifted PBS loader to not overlap with FAT32 headerment
2011-04-209boot: oops, it all was just a20 gate not being enabledcinap_lenrek
2011-04-209boot: initialize the junk portion of pxe unload callcinap_lenrek
2011-04-209boot: pxe/kernel memory overlap problem, add unload functioncinap_lenrek
2011-04-209boot: disable nmi, reload idt, load segments twice, check sequence number of...cinap_lenrek
2011-04-19boot(8): fix itcinap_lenrek
2011-04-15add clear command to 9boot to reset configurationcinap_lenrek
2011-04-15let the kernel set dma mode for ata by defaultcinap_lenrek
2011-04-13remove debuggingcinap_lenrek