summaryrefslogtreecommitdiff
path: root/sys/stand/boot/boot.c
AgeCommit message (Collapse)Author
2000-12-29OpenBSD/machine banner, not machine_archMichael Shalayeff
1998-07-08use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load addressMichael Shalayeff
1998-05-30save spaceTheo de Raadt
1998-05-30add bsd.old, bsd.old.gz kernels.Michael Shalayeff
print boot label earlier.
1998-05-25make a new file for variable manipulation code; add environment supportMichael Shalayeff
1998-05-14nicer boot messageMichael Shalayeff
1998-02-24Various fixes (timeout, uninited vars), as well as some semanticsTobias Weingartner
improvements. Needs another overhaul still though...
1997-09-02dead varsMichael Shalayeff
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-13print boot message on the right consoleMichael Shalayeff
1997-08-06cmd is global anyways, don't pass it to handlersMichael Shalayeff
add echo command
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()
1997-07-18most of the stuff is no in libsa, very tiny srt0Michael Shalayeff
boot calls machdep() move to .bss again (;
1997-05-31usleep won't work on some weird laptopsMichael Shalayeff
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
1997-04-21rewrite command processing.Michael Shalayeff
two levels of commands from now (set has it's own {device,image,addr,howto}) all the combinations of {device,path,image,options} is now possible on boot. move cmd_state init into .data again, no more memory limits
1997-04-14kill extra linefeedingTheo de Raadt
1997-04-05devboot is no longer in boot.cMichael Shalayeff
missed from last commit
1997-04-04dump regs w/ NMI (int 2)Michael Shalayeff
more debugging is on the way
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!)
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner