summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/biosboot
AgeCommit message (Collapse)Author
1997-09-05Finishing? touches.Tobias Weingartner
1997-09-05some manualMichael Shalayeff
1997-09-05copycenterMichael Shalayeff
1997-08-29ifdef partition table and NT s# w/ BEMBRMichael Shalayeff
1997-08-29use symbolic name for signature valueMichael Shalayeff
1997-08-29don't need NT stuff here, since we are mbr when we have the whole diskMichael Shalayeff
1997-08-29don't use private defines, use ones exported from includesMichael Shalayeff
1997-08-13split off START into LINKADDR and LOADADDR (we will need reloctable boot)Michael Shalayeff
BOOTREL as a linear address, not segment one more heap (;
1997-08-07typoNiklas Hallqvist
1997-07-31more locals, returns, savings, gifts, and discountsMichael Shalayeff
1997-07-30mickey has pieces he has not committed.flipk
if he puts the tree in an unbuildable state again.. anyway, all these problems came from the fact that etc/genassym.cf wasn't even being used, and assym.h is where key defines were supposed to be coming from. now we actually include etc/genassym.cf in the genassym.sh processing, and remove the #includes i had in place to work around it. now if mickey had committed machine/biosvar.h, etc/Makefile, and these asm files all at the same time, there wouldn't have been a problem....
1997-07-29Test before you Commit!!flipk
1) missing include files in biosboot.S and gidt.S 2) macros in apm_init.S, biosdisk.S, gidt.S wrong case
1997-07-28use assym.hMichael Shalayeff
poke BPBs in for bios and dos some values have to be filled out by fdisk/installboot
1997-06-23remove @obj dependencykstailey
1997-05-29add small piece of NT support from James C. Cortilier IIIMichael Shalayeff
1997-04-29.mk changes faster then i type....Michael Shalayeff
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-21don't use cc for ld, bad things happens w/ DESTDIR defined; by dm@Michael Shalayeff
1997-04-15partition table in biosboot too. Max 28 BLKCNT, tooTheo de Raadt
1997-04-14no need for partition table....Michael Shalayeff
mbr is for that stuff.....
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-11Works with .gz kernels nowTobias Weingartner
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-31Initial /boot stuff (from Mickey)Tobias Weingartner