head	1.1;
access;
symbols
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.14
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1.2.2
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.12
	perseant-exfatfs-base:1.1
	netbsd-8-3-RELEASE:1.1.6.2
	netbsd-9-4-RELEASE:1.1.4.2
	netbsd-10-0-RELEASE:1.1.2.2
	netbsd-10-0-RC6:1.1.2.2
	netbsd-10-0-RC5:1.1.2.2
	netbsd-10-0-RC4:1.1.2.2
	netbsd-10-0-RC3:1.1.2.2
	netbsd-10-0-RC2:1.1.2.2
	thorpej-ifq:1.1.0.10
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.8
	thorpej-altq-separation-base:1.1
	netbsd-10-0-RC1:1.1.2.2
	netbsd-8:1.1.0.6
	netbsd-9:1.1.0.4
	netbsd-10:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2023.05.14.16.13.05;	author phx;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.6.1;
next	;
commitid	MGCXB7ntSDaTPWoE;

1.1.2.1
date	2023.05.14.16.13.05;	author martin;	state dead;
branches;
next	1.1.2.2;
commitid	ImRleMVfbJBGQvrE;

1.1.2.2
date	2023.06.03.15.04.06;	author martin;	state Exp;
branches;
next	;
commitid	ImRleMVfbJBGQvrE;

1.1.4.1
date	2023.05.14.16.13.05;	author martin;	state dead;
branches;
next	1.1.4.2;
commitid	vuG792ktukRYRvrE;

1.1.4.2
date	2023.06.03.15.07.53;	author martin;	state Exp;
branches;
next	;
commitid	vuG792ktukRYRvrE;

1.1.6.1
date	2023.05.14.16.13.05;	author martin;	state dead;
branches;
next	1.1.6.2;
commitid	1KvD8gXxYevnSvrE;

1.1.6.2
date	2023.06.03.15.09.01;	author martin;	state Exp;
branches;
next	;
commitid	1KvD8gXxYevnSvrE;


desc
@@


1.1
log
@Update loadbsd source and distribution binary to version 3.3.
- Loading the kernel to the highest priority memory segment is default now.
- New option -l to revert the to the previous behaviour of largest segment.
- New option -M to define a minimum size for the memory segment.
- Fixed some warnings and typos.
- Put assembler inline source into its own source text startit.s.
- Can be built with Bebbo's gcc6 Amiga port or with vbcc.
@
text
@# vbcc Makefile for loadbsd
# Requires PosixLib! Adapt the path to PosixLib in CFLAGS and LDFLAGS!
TARGET	= loadbsd

CC	= vc +aos68k
CFLAGS	= -D_STANDALONE -DNO_MID_CHECK -D_POSIX_C_SOURCE -Iinclude \
          -I/path/to/PosixLib/include \
          -size -sc -O2 -cpu=68020 -dontwarn=153
AS	= vasmm68k_std
ASFLAGS	= -quiet -Fhunk -gas -m68020 -m68851
LDFLAGS	= -L/path/to/PosixLib/AmigaOS3
LDLIBS	= -lposix

OBJS	= loadbsd.o startit.o loadfile.o loadfile_aout.o loadfile_elf32.o

$(TARGET): $(OBJS)
	$(CC) $(LDFLAGS) -o $@@ $(OBJS) $(LDLIBS)
@


1.1.6.1
log
@file vmakefile was added on branch netbsd-8 on 2023-06-03 15:09:01 +0000
@
text
@d1 17
@


1.1.6.2
log
@Pull up following revision(s) (requested by abs in ticket #1823):

	sys/arch/amiga/stand/loadbsd/loadbsd.c: revision 1.38
	distrib/amiga/stand/loadbsd.uue: revision 1.4
	sys/arch/amiga/stand/loadbsd/startit.s: revision 1.1
	sys/arch/amiga/stand/loadbsd/Makefile: revision 1.5
	sys/arch/amiga/stand/loadbsd/vmakefile: revision 1.1
	sys/arch/amiga/stand/loadbsd/README: revision 1.6

Update loadbsd source and distribution binary to version 3.3.
- Loading the kernel to the highest priority memory segment is default now.
- New option -l to revert the to the previous behaviour of largest segment.
- New option -M to define a minimum size for the memory segment.
- Fixed some warnings and typos.
- Put assembler inline source into its own source text startit.s.
- Can be built with Bebbo's gcc6 Amiga port or with vbcc.
@
text
@a0 17
# vbcc Makefile for loadbsd
# Requires PosixLib! Adapt the path to PosixLib in CFLAGS and LDFLAGS!
TARGET	= loadbsd

CC	= vc +aos68k
CFLAGS	= -D_STANDALONE -DNO_MID_CHECK -D_POSIX_C_SOURCE -Iinclude \
          -I/path/to/PosixLib/include \
          -size -sc -O2 -cpu=68020 -dontwarn=153
AS	= vasmm68k_std
ASFLAGS	= -quiet -Fhunk -gas -m68020 -m68851
LDFLAGS	= -L/path/to/PosixLib/AmigaOS3
LDLIBS	= -lposix

OBJS	= loadbsd.o startit.o loadfile.o loadfile_aout.o loadfile_elf32.o

$(TARGET): $(OBJS)
	$(CC) $(LDFLAGS) -o $@@ $(OBJS) $(LDLIBS)
@


1.1.4.1
log
@file vmakefile was added on branch netbsd-9 on 2023-06-03 15:07:53 +0000
@
text
@d1 17
@


1.1.4.2
log
@Pull up following revision(s) (requested by abs in ticket #1638):

	sys/arch/amiga/stand/loadbsd/loadbsd.c: revision 1.38
	distrib/amiga/stand/loadbsd.uue: revision 1.4
	sys/arch/amiga/stand/loadbsd/startit.s: revision 1.1
	sys/arch/amiga/stand/loadbsd/Makefile: revision 1.5
	sys/arch/amiga/stand/loadbsd/vmakefile: revision 1.1
	sys/arch/amiga/stand/loadbsd/README: revision 1.6

Update loadbsd source and distribution binary to version 3.3.
- Loading the kernel to the highest priority memory segment is default now.
- New option -l to revert the to the previous behaviour of largest segment.
- New option -M to define a minimum size for the memory segment.
- Fixed some warnings and typos.
- Put assembler inline source into its own source text startit.s.
- Can be built with Bebbo's gcc6 Amiga port or with vbcc.
@
text
@a0 17
# vbcc Makefile for loadbsd
# Requires PosixLib! Adapt the path to PosixLib in CFLAGS and LDFLAGS!
TARGET	= loadbsd

CC	= vc +aos68k
CFLAGS	= -D_STANDALONE -DNO_MID_CHECK -D_POSIX_C_SOURCE -Iinclude \
          -I/path/to/PosixLib/include \
          -size -sc -O2 -cpu=68020 -dontwarn=153
AS	= vasmm68k_std
ASFLAGS	= -quiet -Fhunk -gas -m68020 -m68851
LDFLAGS	= -L/path/to/PosixLib/AmigaOS3
LDLIBS	= -lposix

OBJS	= loadbsd.o startit.o loadfile.o loadfile_aout.o loadfile_elf32.o

$(TARGET): $(OBJS)
	$(CC) $(LDFLAGS) -o $@@ $(OBJS) $(LDLIBS)
@


1.1.2.1
log
@file vmakefile was added on branch netbsd-10 on 2023-06-03 15:04:06 +0000
@
text
@d1 17
@


1.1.2.2
log
@Pull up following revision(s) (requested by abs in ticket #189):

	sys/arch/amiga/stand/loadbsd/loadbsd.c: revision 1.38
	distrib/amiga/stand/loadbsd.uue: revision 1.4
	sys/arch/amiga/stand/loadbsd/startit.s: revision 1.1
	sys/arch/amiga/stand/loadbsd/Makefile: revision 1.5
	sys/arch/amiga/stand/loadbsd/vmakefile: revision 1.1
	sys/arch/amiga/stand/loadbsd/README: revision 1.6

Update loadbsd source and distribution binary to version 3.3.
- Loading the kernel to the highest priority memory segment is default now.
- New option -l to revert the to the previous behaviour of largest segment.
- New option -M to define a minimum size for the memory segment.
- Fixed some warnings and typos.
- Put assembler inline source into its own source text startit.s.
- Can be built with Bebbo's gcc6 Amiga port or with vbcc.
@
text
@a0 17
# vbcc Makefile for loadbsd
# Requires PosixLib! Adapt the path to PosixLib in CFLAGS and LDFLAGS!
TARGET	= loadbsd

CC	= vc +aos68k
CFLAGS	= -D_STANDALONE -DNO_MID_CHECK -D_POSIX_C_SOURCE -Iinclude \
          -I/path/to/PosixLib/include \
          -size -sc -O2 -cpu=68020 -dontwarn=153
AS	= vasmm68k_std
ASFLAGS	= -quiet -Fhunk -gas -m68020 -m68851
LDFLAGS	= -L/path/to/PosixLib/AmigaOS3
LDLIBS	= -lposix

OBJS	= loadbsd.o startit.o loadfile.o loadfile_aout.o loadfile_elf32.o

$(TARGET): $(OBJS)
	$(CC) $(LDFLAGS) -o $@@ $(OBJS) $(LDLIBS)
@


