summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-04-16add RB_KDB supportTheo de Raadt
1997-04-16add ext2fsTheo de Raadt
1997-04-16map two pages of Sysmap rather than 1.flipk
fixes ramdisk loading problem (kernel > 4M). some comments.
1997-04-16nice printfTheo de Raadt
1997-04-15extern int debug;Michael Shalayeff
1997-04-15pass bootdev to kernel...Michael Shalayeff
all the future devices have to copy it into global var... in the current state i can boot any kernel i have.... testers?
1997-04-15no more assembly setup. all the gung is ok already in srt0.SMichael Shalayeff
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes!
1997-04-15support more S3 chipsets. done by comparing against SuperCode;Theo de Raadt
wisner@gryphon.com
1997-04-15need an rdTheo de Raadt
1997-04-15nice printf, do not biteTheo de Raadt
1997-04-15mostly repair option arg handling for bootingTheo de Raadt
1997-04-15partition table in biosboot too. Max 28 BLKCNT, tooTheo de Raadt
1997-04-15copyright to toby (;Michael Shalayeff
1997-04-15do bounce-buffering to avoid DMA overrunMichael Shalayeff
somebody, test it!
1997-04-15kill bogus commentsMichael Shalayeff
1997-04-15print debugging stuff only when debug!=0Michael Shalayeff
1997-04-14no need for partition table....Michael Shalayeff
mbr is for that stuff.....
1997-04-14build stand (AND boot)Theo de Raadt
1997-04-14let stand & boot co-existTheo de Raadt
1997-04-14add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵Theo de Raadt
16 BLKCNT
1997-04-14kill extra linefeedingTheo de Raadt
1997-04-14Add PCI ed*Todd C. Miller
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver.
1997-04-13derive from INST, not GENERIC.Michael Shalayeff
we fit on floppy now, and some space even left....
1997-04-13sample ramdisk config file. from GENERIC one.Michael Shalayeff
kernel does not boot w/ rd as root. any ideas? it boots w/ default sized ramdisk, but get a panic later. it does not even shows a copyright w/ big sizes (such as set in there)
1997-04-11If someone pressed a nonprintable character in getsn (eg in boot -c) theMats O Jansson
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj
1997-04-11add NTPkstailey
1997-04-11Various commentsTobias 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-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