NetBSD/sys/arch/alpha/stand/bootxx
cgd 51a85dabbb rename the C main() function to main_(). this avoids gcc's implicit
call to __main(), and therefore saves the size of the call and the
  size of a stub implementation of __main().
in the primary boot block, don't bother saving/restoring the argument
  passed in from the caller.  There is no such argument (that we care
  about, at least) to the primary.  (for secondary, it's the firmware
  FD being used.)
1999-03-31 03:03:01 +00:00
..
bootxx.c rename the C main() function to main_(). this avoids gcc's implicit 1999-03-31 03:03:01 +00:00
Makefile Compile with -Os (optimize for size). 1999-03-31 02:52:11 +00:00
puts.c const'ify 1998-10-15 00:56:56 +00:00