History log of /netbsd/sys/arch/amiga/stand/bootblock/boot/main.c (Results 1 – 25 of 32)
Revision Date Author Comments
# 8631329a 05-Dec-2021 msaitoh <msaitoh@NetBSD.org>

s/supress/suppress/


# 32ff3ce5 11-Jun-2016 dholland <dholland@NetBSD.org>

PR 51200 gets in libsa considered harmful: use kgets


# bff95d5c 04-Jan-2016 phx <phx@NetBSD.org>

Make the -p option work, like with loadbsd.
Otherwise the kernel could load into a low-priority 512MB Z3 RAM segment.


# 7885d329 29-Mar-2014 mlelstv <mlelstv@NetBSD.org>

Test mode is not implemented. Appease compiler.


# bfcd2d8f 10-Jul-2011 mhitch <mhitch@NetBSD.org>

Add a serial console flag passed from the boot loader to the kernel to
allow enabling the serial console with the boot command. Loadbsd has
the option added, but I am not able to buid a new loadbsd

Add a serial console flag passed from the boot loader to the kernel to
allow enabling the serial console with the boot command. Loadbsd has
the option added, but I am not able to buid a new loadbsd binary at this
time, so only the bootxx loader can set the option.

show more ...


# 9adfae59 22-Jan-2011 joerg <joerg@NetBSD.org>

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_re

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.

show more ...


# e466c21b 13-Jan-2011 phx <phx@NetBSD.org>

Recognize Amiga 600 model.
Patch submited by Radoslaw Kujawa.


# ac9f09c8 15-Nov-2009 snj <snj@NetBSD.org>

Drop 3rd and 4th clauses (except in one case, where copyright is shared
with UCB and only the 3rd clause is dropped). Approved by mhitch@ and is@
(copyright holders).


# 9eb4d007 12-Jan-2009 tsutsui <tsutsui@NetBSD.org>

- WARNSfy
- make sure machine and ${MACHIN_ARCH} symlinks are always created
- add src/common/dist/zlib to INCPATH and remove unnecessary options
- remove -I${DESTDIR}/usr/include from INCPATH


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 267074cf 27-Jun-2006 tsutsui <tsutsui@NetBSD.org>

- fix signed/unsigned mismatch
- fix lvalue cast


# 606bb2ca 25-Jan-2006 christos <christos@NetBSD.org>

free -> dealloc
unsigned -> size_t for alloc/dealloc


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e63501d2 28-Jun-2005 junyoung <junyoung@NetBSD.org>

#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"


# 6fd6afff 28-Jun-2005 junyoung <junyoung@NetBSD.org>

Remove trailing spaces.


# 276fd166 20-Jan-2003 simonb <simonb@NetBSD.org>

The Double-Semi-Colon Police.


# e8cc3884 10-Dec-2002 thorpej <thorpej@NetBSD.org>

Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.


# c54298e6 26-Jan-2002 aymeric <aymeric@NetBSD.org>

- ANSIfy
- remove some trailing spaces/tabs
- minor style nits


# e1d8eca6 17-Dec-2001 mhitch <mhitch@NetBSD.org>

Update amiga booter to two-stage booter.

First stage is bootxx_ffs (for ffs boot partitions) or bootxx_fd (for bootable
floppy disk). These locate, load, and execute the second stage loader boot.am

Update amiga booter to two-stage booter.

First stage is bootxx_ffs (for ffs boot partitions) or bootxx_fd (for bootable
floppy disk). These locate, load, and execute the second stage loader boot.amiga.
The console screen is created and passed to the second stage loader.

The second stage loader uses loadfile() to load the kernel image, which can
be either a.out or ELF format, and can also be compressed. It will load a
kernel file from ffs file systems or the ustarfs used on floppy disks.

show more ...


# 36fb85f0 24-Sep-2001 is <is@NetBSD.org>

Put default command line into a fixed location with a known size.
This is intended to allow patching of the command line without a
compiler.


# f9f2c924 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

this file was oversight at first (pointed out by is):

Add new boot flags -v, -q, which switch on AB_VERBOSE or AB_QUIET
respectively. This follows recent bootverbose/bootquiet changes.


# 4905974f 28-Nov-1999 is <is@NetBSD.org>

Very initial support for booting PPC kernels on P5 boards.


# be4fc8e1 13-Nov-1998 is <is@NetBSD.org>

Simplify program structure to save a few bytes.


# e4d73206 31-Oct-1998 is <is@NetBSD.org>

Make the exec header an automatic variable, instead of malloc()ed space.
Saves 60 bytes of code.


# 9ed2f725 08-May-1998 chopps <chopps@NetBSD.org>

add -m and -k flags


12