summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Collapse)Author
1997-04-04dump regs w/ NMI (int 2)Michael Shalayeff
more debugging is on the way
1997-04-01debugger started.Michael Shalayeff
only one entry for now: chek_regs (use DUMP_REGS macro instead) dumps registers. must be called by lcall or so (to push %cs)
1997-04-01^U hotkey in readlineMichael Shalayeff
sample regs command to show the registers
1997-03-31missed additions to the last commitMichael Shalayeff
and.... it compiles and runs ok on my machine. *** TEST IT !!! *** some pieces into MI libsa coming in a minute (if line won't drop ;)
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-31Move closer to boot/. Add some debug stuffTobias Weingartner
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner
1997-03-31Prepare for /boot stuff...Tobias Weingartner
1996-10-29removed by accidentMichael Shalayeff
1996-10-29not int new libsa, or movedMichael Shalayeff
1996-09-27Do not count on x perms being there for rmaouthdrNiklas Hallqvist
1996-09-23use printf() from libsa, move remainder to the related drivers.Michael Shalayeff
1996-09-23use <dev/ic/mc6845.h>. add tag.Michael Shalayeff
1996-09-23forgot the tag.Michael Shalayeff
1996-09-23use symbolic constatnt names.Michael Shalayeff
1996-09-18compiles now.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt