summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11add tagkstailey
1997-04-11my home PCkstailey
1997-04-10additions & fixes from niklas & iTheo de Raadt
1997-04-09add soundblaster supportkstailey
1997-04-09emulate bios calls. more debugging stuff. some fixes.Michael Shalayeff
1997-04-08use new device names: fd(0,a) -> fd0aMichael Shalayeff
1997-04-07turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT ↵kstailey
for MS-emulation
1997-04-07that is rightTheo de Raadt
1997-04-07Fix device name.Tobias Weingartner
1997-04-07Reboot stuff.Tobias Weingartner
1997-04-07Reset stuff.Tobias Weingartner
1997-04-07Clarifications.Tobias Weingartner
1997-04-06devboot commitMichael Shalayeff
1997-04-06devboot protoMichael Shalayeff
1997-04-06correct labelsector confusionTheo de Raadt
1997-04-0532bit correctionsMichael Shalayeff
1997-04-05devboot is no longer in boot.cMichael Shalayeff
missed from last commit
1997-04-05correct DEV_BSIZE vs lp->d_secsize confusion; spotted by hte late night icb ↵Theo de Raadt
gang. Other ports need fixing still
1997-04-05new exec stuffMichael Shalayeff
1997-04-05do not up wiring count for page tables (especially those actuallyflipk
owned by the kernel pmap). Chuck Cranor (chuck@maria.wustl.edu) and Theo.
1997-04-05put gdt & idt in the separate file.Michael Shalayeff
print trapno in dump_regs. no more NO_IDTR.
1997-04-04Nuke.Tobias Weingartner
1997-04-04Replace exec_i386.S with these two files. Startprog.S is aTobias Weingartner
stopgap measure, to be removed once I get locore.s done.
1997-04-04add 'machine check' trap for Pentium and PPro cpus.Michael Shalayeff
no special handler for it. i guess there will be rare cases when you receive it, and then you should repair your cpu, since it happens on internal cpu error.
1997-04-04dump regs w/ NMI (int 2)Michael Shalayeff
more debugging is on the way
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-04-03prettyTheo de Raadt
1997-04-02Fix end boundary of mapping for regions ending at offset 1 in a page.Niklas Hallqvist
From NetBSD PR#3441, Matthias Drochner <drochner@zelz26.zel.kfa-juelich.de>
1997-04-01FPE_INTOVF botchTheo de Raadt
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-31do not let PSL_NT be set in VM86 mode; netbsdTheo de Raadt
1997-03-31New job; another PC lands on my desk.kstailey
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
1997-03-30Previous commit was in error, definition of MANDIR was correctTodd C. Miller
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk.
1997-03-30/usr/share/man/cat -> /usr/share/manTodd C. Miller
NetBSD PR #3401
1997-03-29Use genassym.shThorsten Lockert
1997-03-21Yet more DDB type correctnessNiklas Hallqvist
1997-03-21New FIXUP_PC_AFTER_BREAK convention from NetBSDNiklas Hallqvist
1997-03-03Add a little ioctl at 4am to set the screen blanking.Jason Downs
1997-03-03sync with realityJason Downs
1997-03-02Enable IPSECThorsten Lockert