Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-02 | tabs vs spaces | Michael Shalayeff | |
1997-09-02 | whine about conv memory | Michael Shalayeff | |
1997-08-31 | consistency | Michael Shalayeff | |
1997-08-31 | consistancy | Michael Shalayeff | |
1997-08-30 | don't muck w/ MBR on !hd | Michael Shalayeff | |
1997-08-29 | missed from last ci, add -lutil | Michael Shalayeff | |
1997-08-29 | ifdef partition table and NT s# w/ BEMBR | Michael Shalayeff | |
1997-08-29 | mostly real as i am | Michael Shalayeff | |
1997-08-29 | use symbolic name for signature value | Michael Shalayeff | |
1997-08-29 | don't need NT stuff here, since we are mbr when we have the whole disk | Michael Shalayeff | |
1997-08-29 | install on raw partition | Michael Shalayeff | |
accept short device names (ie sd0) print -v output on stderr | |||
1997-08-29 | hide dd's messages | Michael Shalayeff | |
1997-08-29 | don't use private defines, use ones exported from includes | Michael Shalayeff | |
1997-08-29 | we have MBR struct and signature defined elsewhere now | Michael Shalayeff | |
1997-08-27 | don't mess w/ debugging symbols | Michael Shalayeff | |
1997-08-27 | notes on recent changes w/ hd:/boot support | Michael Shalayeff | |
1997-08-23 | don't use bios geometry for floppy and psudo-disks | Michael Shalayeff | |
1997-08-22 | no kentry for a while | Michael Shalayeff | |
1997-08-22 | oops, missed from 'cd' deletion commit somehow ); | Michael Shalayeff | |
1997-08-22 | put values into BIOS_vars so kernel will get 'em soon | Michael Shalayeff | |
1997-08-22 | fetch bios geometry for the boot hd | Michael Shalayeff | |
1997-08-22 | theo said we don't need 'cd' command | Michael Shalayeff | |
remove c-r, it won't work anyways fix c-u | |||
1997-08-22 | don't echo all the control chars, not only bs&del | Michael Shalayeff | |
1997-08-22 | byte returns | Michael Shalayeff | |
1997-08-21 | \n is handled by cnputc(), don't print \r | Michael Shalayeff | |
1997-08-21 | correct dev:<need cwd>name case in qualify() | Michael Shalayeff | |
1997-08-21 | print ttyname w/o format string | Michael Shalayeff | |
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-21 | print gray on black, not black on black | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | BIOS_regs in machdep.c, so they won't get lost w/o biosdev.c | Michael Shalayeff | |
1997-08-21 | missing ) | Michael Shalayeff | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-13 | better rv types | Michael Shalayeff | |
1997-08-13 | s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls. | Niklas Hallqvist | |
Adapt to new console probing and setting API. Do not try to probe pc0 via the NVRAM. Fix some other buglets. | |||
1997-08-13 | print boot message on the right console | Michael Shalayeff | |
1997-08-13 | be honest about roots | Michael Shalayeff | |
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff | |
BOOTREL as a linear address, not segment one more heap (; | |||
1997-08-13 | remove unused include | Michael Shalayeff | |
more const | |||
1997-08-13 | print kernel arguments | Michael Shalayeff | |
1997-08-13 | getsecs() is in stand.h | Michael Shalayeff | |
move time_print() into libsa.h | |||
1997-08-13 | inline apm calls | Michael Shalayeff | |
1997-08-13 | inline calls | Michael Shalayeff | |
1997-08-13 | unused include | Michael Shalayeff | |
1997-08-13 | reuse ret code for both message and chr | Michael Shalayeff | |
some tab adjustment (4-pos tab is not good ;) | |||
1997-08-13 | typo | Niklas Hallqvist | |
1997-08-12 | poll BIOS as said in comment | Michael Shalayeff | |
1997-08-12 | _you_, hear?! never touch anything when doing commits! | Michael Shalayeff | |
1997-08-12 | revert to prev-cons behaviour | Michael Shalayeff | |
1997-08-12 | slite rewrite | Michael Shalayeff | |
set/print vars in a consistent (by niklas@) |