summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1997-10-24checksumming stuff from niklasMichael Shalayeff
1997-10-24better segmentsMichael Shalayeff
1997-10-24space by niklasMichael Shalayeff
1997-10-24map a piece of memory after the msgbuf and copy bootargv there.Michael Shalayeff
pass cksumlen argument, sysctl it mostly by niklas me just did slite editing.
1997-10-24fix cylinders in getdiskinfoMichael Shalayeff
get EDD fot hd* only more debug
1997-10-24fix the case when data/code segment is not in the ISA memoryMichael Shalayeff
hole, so map 'em separatelly (or together if they intersect) and use that mapped region for segment creations... must help on some machines to avoid weird apm errors
1997-10-24Fix hang on disk probe.Tobias Weingartner
1997-10-24use real boot deviceMichael Shalayeff
1997-10-24remove bogus definesMichael Shalayeff
1997-10-24s/DEBUG/SPKR_DEBUG/gMichael Shalayeff
1997-10-23Better BIOS diskprobe. Cleanup and re-org by mickey.Tobias Weingartner
Fix bug in BIOS memprobe. Cleanup and re-org by mickey. Do checksum of HD devices.
1997-10-22support new libsaMichael Shalayeff
1997-10-22newer, better stuff; some parts by toby@Michael Shalayeff
1997-10-22use bootargMichael Shalayeff
1997-10-22honour DEBUGFLAGS, rm before ldMichael Shalayeff
1997-10-22Cleanup.Tobias Weingartner
1997-10-22remap 0-->reserved; toby@Michael Shalayeff
1997-10-21fix by toby againMichael Shalayeff
1997-10-21restore timezone/dstMichael Shalayeff
1997-10-21temp fix, sorryMichael Shalayeff
1997-10-20change typesMichael Shalayeff
1997-10-20even better memprobeMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-20This time, consistency for all.Todd T. Fries
1997-10-19fix 'ma boot' cmd; toby@Michael Shalayeff
1997-10-19add a comment.Todd T. Fries
1997-10-19no, not good. will be fixed soonMichael Shalayeff
xyu te6e B poT, teo
1997-10-18do not create spoofed partition for DOSTYP_OPENBSDTheo de Raadt
1997-10-18correctMichael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
Add length field for checksum to same. Start of making /boot deduce bsd dev_t for all BIOS drives.
1997-10-17Cleanup, make it all compile.Tobias Weingartner
Move APM stuff to apmprobe.c
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel.
1997-10-15Honour users request for geo all the time.Tobias Weingartner
1997-10-15fix it againMichael Shalayeff
1997-10-14Fix for my fixTobias Weingartner
1997-10-14Depend problemTobias Weingartner
1997-10-14Support for bios memory maps.Tobias Weingartner
1997-10-14Neater this way.Tobias Weingartner
1997-10-13ok, i have 'em both, to order!Michael Shalayeff
1997-10-13APM_NOIDLE bye, bye; use pccom; more scd0 probes;ed1 on factory-dflts; swap ↵Michael Shalayeff
irq for lpt0 and sb0
1997-10-13add ed3 at 0x240; mickeyTheo de Raadt
1997-10-13zero 'struct apmregs regs;' that will fix a whole bunch of errorsMichael Shalayeff
1997-10-12reserve void* at the of BIOS_vars for future useMichael Shalayeff
1997-10-12BOOT_APM bye, byeMichael Shalayeff
1997-10-12KNFMichael Shalayeff
1997-10-12safe memprobe; preserve memory contentsMichael Shalayeff
1997-10-12KNF; typesMichael Shalayeff
1997-10-12One more sanity check. If no blocks to load,Tobias Weingartner
complain bitterly.
1997-10-09Heads... not TracksTheo de Raadt
1997-10-08add sea0 to RAMDISK, it is in GENERIC...Theo de Raadt