summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/bootst
AgeCommit message (Collapse)Author
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
do 32-bit block spanning. If later on we get some that can/should do 64-bit, that can be done now using daddr64_t (but of course, we are taking this step to finalize the daddr_t 64-bit conversion). ok miod krw
2006-01-16adjust to size_t changesTheo de Raadt
2006-01-10Really pass -fno-stack-protector in CFLAGS as intended, and define theMiod Vallat
load addresses in one single place; from mvme88k
2005-08-03Link with -lgcc like hp300 to pull in the gcc functions that zlib needs.Todd C. Miller
OK deraadt@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-04-16Move the stage2 boot block load address higher, so that it can loadMiod Vallat
kernel larger than 4MB correctly again, and still work on 8MB boards.
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-07-04$OpenBSD$Niklas Hallqvist
1997-10-20hardcode mvme68k, so that obj dirs can be built from elsewhereTheo de Raadt
1997-04-22Add libz and tick version # to reflect change.gvf
1997-04-22BSD -> OpenBSDgvf
1996-05-29bump versionchuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-28old versionchuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-16sync with recent changes.chuck
XXX: needs more cleanup (has a duplicate copy of exec with some extra stuff in it... merge?)
1996-05-10machine@Theo de Raadt
1996-05-07This is the tape boot loader, not the disk. Remove the correct files.Dale S. Rahn
The stboot file should be removed from the source space. (how is this done?)
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28Fix compation error in bootst.c (mvme68k/stand)Dale S. Rahn
This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr
1996-02-16Fixes for mvme68k tape and disk bootloaders.Dale S. Rahn
fix argument parsing for disk and tape boot bootsd/boot.c bugcrt/m68k/Makefile.inc tape boot was broken completely bootst/bootst.c minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30). writvid/wrtvid.c
1995-10-23sdboot -> stbootTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt