summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/installboot/installboot.c
AgeCommit message (Expand)Author
2022-07-03Fix inverted logic. My fault back in 2015..tsutsui
2022-05-11Make FD support optional (intended for install media).rin
2022-05-11Refactor install_[sw]d() into install_hd().rin
2017-01-11need <sys/stat.h>christos
2015-08-12Try to shrink binary size a bit.tsutsui
2014-11-24Disable "OS bootversion check" on crunched binaries for installation media.tsutsui
2014-11-24Revert previous again.tsutsui
2014-11-16Appease gcc48 -Werror=strict-aliasing warning by filling cksum via union.tsutsui
2014-11-16Revert revs 1.29 and 1.30, to make it easier to pullup an alternative fix.tsutsui
2014-11-13move to the right offsetchristos
2014-11-13fix strict aliasing violationschristos
2014-03-31Fix typoozaki-r
2014-03-29Fix typosozaki-r
2014-03-26kill sprintfchristos
2011-11-05make this compile again.christos
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-06Fix PR port-atari/40315: Bootloader fails on Atari TT030tsutsui
2008-11-15Since dl.d_type is always "unknown" now, pick the type of bootblock toabs
2005-12-11merge ktrace-lwp.christos
2004-03-11daddr_t is forced to int32_t in sys/arch/atari/stand/Makefile.inc so correctjmc
2004-03-09Catch up to the bootblock split into std and milan directories.jdc
2003-04-01Undo the last; adding the quad arithmetic caused the boot code tohe
2003-04-01Adapt to daddr_t being bumped to 64 bits. This required us to addhe
2002-08-09Remove extraneous \n's in {err,warn}{,x}.soren
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-04-12Don't bail out when /netbsd is not present. We don't really need itleo
2001-10-14Just use '_bootversion', don't use C_LABEL macros. From RTSL, I found outleo
2001-09-06Make this finally compile again. It hasn't worked since the C_LABEL() got in.leo
2000-09-30Add include of <machine/asm.h>. C_LABEL is defined there.leo
2000-07-08use _C_LABEL() for bootversion, instead of hardcoding the reference as _bootv...jdolecek
1998-12-01Make this compile again... ('maximum entropy').leo
1997-07-09Introduce 'bootversion' in locore.s. Check this to decide if installingleo
1997-01-08Handle DTYPE_ESDI like ST506.leo
1997-01-08Bump version.leo
1996-06-29Update to match NetBSD version.leo
1996-05-14Update to make this work correctly when using an obj-directory.leo
1996-03-28Drop in a more interlligent version check.leo
1996-02-29NetBSD/Atari bootcode by Waldi Ravens.leo