Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-09-30 | Change extmem counter to include *all* extended memory segments. | Jason Downs | |
Obviously, the kernel does not (and can not) know where the ACPI and such pages are, since the boot -> kernel API does not support passing the information. This will stomp on them, once again, but we can NOT limit half the PCs in existance to only 64MB of RAM. Approved by deraadt. | |||
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff | |
data segment area, also calculate the apm segment lenghts. niklas@ - ok | |||
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie | |
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. | |||
1999-01-24 | The E801 probe has several problems. Disable for now. | Niklas Hallqvist | |
1998-09-27 | some inline | Michael Shalayeff | |
1998-09-27 | #ifdef and if() debugging stuff | Michael Shalayeff | |
1998-09-25 | from Martin Fredriksson <martin@gbg.netman.se>: | Michael Shalayeff | |
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize. | |||
1998-09-16 | fix comments | Michael Shalayeff | |
1998-08-31 | better debug printfs | Michael Shalayeff | |
1998-07-20 | new exec framework | Michael Shalayeff | |
1998-07-13 | alloca() is in stand.h no | Michael Shalayeff | |
1998-07-08 | reflect MI boot changes; remove dead time_print() prototype | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-09 | there is no such thing as dprintf'' | Michael Shalayeff | |
1998-06-08 | use named constatnts | Michael Shalayeff | |
1998-06-08 | typos | Michael Shalayeff | |
1998-05-30 | no math needed for cd9660 any more | Michael Shalayeff | |
1998-05-30 | kill the hack! | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-05-18 | start using new apiver things | Michael Shalayeff | |
1998-05-16 | shorten device probe messages to 2 lines | Theo de Raadt | |
1998-04-18 | %0x support went away | Theo de Raadt | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-03-11 | delete blank line | Theo de Raadt | |
1998-02-25 | 32bit careness | Michael Shalayeff | |
1998-02-24 | Ooops, forgot these two here. | Tobias Weingartner | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
1997-12-22 | fix debug drive printing | Michael Shalayeff | |
1997-11-30 | missed, i'm 'what?', dunno, missed anyways | Michael Shalayeff | |
1997-11-30 | big diskinfo changes from toby@ | Michael Shalayeff | |
1997-11-05 | don't try #21 for a: only | Michael Shalayeff | |
1997-11-01 | don't try function #21 for floppies | Michael Shalayeff | |
1997-10-29 | Limit checksumming correctly at MAXBSIZE. | Niklas Hallqvist | |
Don't involve floppies or bad block disks ever in uniqueness tests | |||
1997-10-28 | do not replace unit number in bootdev. please talk to me about this. | Theo de Raadt | |
this makes it so that when booting sd0 on a wd0/sd0/sd1 system the kernel doesn't get told we are booting from sd1 (ie. scsi, but it is hd1..). | |||
1997-10-28 | attempt to number the bsd_dev units of each drive uniquely for scsi and ide. | Theo de Raadt | |
hence ide 0, 1, 2, 3... scsi 0, 1, 2, 3... this makes the initial bsd_dev values closer to the correct value they will have inside the kernel after dkcsum has corrected them. XXX if a drive has no label, it becomes known as an IDE drive, and scsi drives after it get renumbered incorretcly. sorry. | |||
1997-10-26 | smaller, faster, better (; | Michael Shalayeff | |
1997-10-26 | we don't need that extra var (st) | Michael Shalayeff | |
1997-10-26 | Max out checksumming at MAXBSIZE | Niklas Hallqvist | |
1997-10-25 | new bootarg | Michael Shalayeff | |
1997-10-25 | Fix disk probe. Get rid of EDD check, it goes haywire on | Tobias Weingartner | |
some machines. Thinkpad 760ED is one of them. IBM/MS extention, and IBM does not support it. Nice. Add some more debug statements for BIOS_DEBUG. Init EDD flags to "not supported" for now. Change 'machine memory' back to display the type of each range it displays. Testing by todd@ (thanks). | |||
1997-10-24 | don't touch ed,ds | Michael Shalayeff | |
1997-10-24 | checksumming stuff from niklas | Michael Shalayeff | |
1997-10-24 | better segments | Michael Shalayeff | |
1997-10-24 | space by niklas | Michael Shalayeff | |
1997-10-24 | fix cylinders in getdiskinfo | Michael Shalayeff | |
get EDD fot hd* only more debug |