#
34815acd |
| 14-May-2023 |
phx <phx@NetBSD.org> |
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 la
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.
show more ...
|
#
78422e2e |
| 06-Sep-2022 |
phx <phx@NetBSD.org> |
Update loadbsd source and distribution binary to version 3.2. Including the following changes by Gunther Nikl: - Added detection of A600. - Fix handling of multiple -n options. Make it compile with r
Update loadbsd source and distribution binary to version 3.2. Including the following changes by Gunther Nikl: - Added detection of A600. - Fix handling of multiple -n options. Make it compile with recent AmigaOS gcc ports (for example gcc6), as older ports no longer work with current NetBSD header files.
show more ...
|
#
55f08d45 |
| 29-May-2019 |
msaitoh <msaitoh@NetBSD.org> |
s/suppport/support/
|
#
3f201ebb |
| 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 ...
|
#
78f74058 |
| 21-Oct-2009 |
snj <snj@NetBSD.org> |
Drop 3rd and 4th clauses (except on files where copyright is shared with UC, in which case only the ad clause has been removed). Approved by mhitch@ (copyright holder).
|
#
2d65de24 |
| 24-Dec-2005 |
perry <perry@NetBSD.org> |
bare asm -> __asm
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
d20841bb |
| 13-Feb-2004 |
wiz <wiz@NetBSD.org> |
Uppercase CPU, plural is CPUs.
|
#
47ba8c11 |
| 03-Apr-2003 |
jklos <jklos@NetBSD.org> |
Version bumped to 3.0 to reflect changes to support ELF kernels. Thanks to Gunther Nikl <gni@gecko.de> for the patches.
|
#
e8cc3884 |
| 10-Dec-2002 |
thorpej <thorpej@NetBSD.org> |
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
|
#
642c31b4 |
| 09-Aug-2002 |
soren <soren@NetBSD.org> |
Remove extraneous \n's in {err,warn}{,x}.
|
#
c54298e6 |
| 26-Jan-2002 |
aymeric <aymeric@NetBSD.org> |
- ANSIfy - remove some trailing spaces/tabs - minor style nits
|
#
79041c7a |
| 30-Oct-2000 |
aymeric <aymeric@NetBSD.org> |
add a semicolon to make this compile again
|
#
49c105ff |
| 24-Sep-2000 |
jdolecek <jdolecek@NetBSD.org> |
add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this maps standard boot flags to corresponding RB_* values use BOOT_FLAG() in port's MD code as appropriate
as discussed on tech-kern, add
add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this maps standard boot flags to corresponding RB_* values use BOOT_FLAG() in port's MD code as appropriate
as discussed on tech-kern, add new boot flags -v, -q for booting verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET boot flags; also add FreeBSD-compatible bootverbose macro and NetBSD-specific bootquiet macro
for hpcmips, use new bootverbose instead of it's own hpcmips_verbose
Tested on i386, and to limited extend (compile of affected files) also for mvme68k, hp300, luna68k, sun3.
show more ...
|
#
d139625d |
| 15-Jun-2000 |
is <is@NetBSD.org> |
Fix for two bugs discovered by Gunther Nikl: - missing printf parameter - error in DraCo detection
|
#
3e8e7446 |
| 01-Nov-1997 |
lukem <lukem@NetBSD.org> |
getopt returns -1 not EOF
|
#
65e53018 |
| 13-Oct-1996 |
is <is@NetBSD.org> |
Fix an error message, and extend it to indicate possible workarounds.
|
#
af6e1b10 |
| 02-Aug-1996 |
is <is@NetBSD.org> |
Kludge to get back "Fusion Forty" fastkick memory.
|
#
a63c9b84 |
| 26-Jun-1996 |
is <is@NetBSD.org> |
- Add code to loadbsd.c to allow booting on DraCos. This could be done in a more elegant way, but it works as is, and we need it now. - Add a README and Makefile for the above. Note that this direc
- Add code to loadbsd.c to allow booting on DraCos. This could be done in a more elegant way, but it works as is, and we need it now. - Add a README and Makefile for the above. Note that this directory should NOT be added to ../Makefile's SUBDIRS.
show more ...
|
#
3c4859d5 |
| 04-May-1996 |
mhitch <mhitch@NetBSD.org> |
Add support for loading kernel into fastmem, if the kernel also supports loading into fastmem. This removes the requirement that the kernel fit into chipmem. Add a -Z flag to force loading into chip
Add support for loading kernel into fastmem, if the kernel also supports loading into fastmem. This removes the requirement that the kernel fit into chipmem. Add a -Z flag to force loading into chip memory. Add a -s option for compatibility with my bootblock loader. Move the test exit to just before starting the kernel; this lets the test mode actually load the kernel and do the version checks.
show more ...
|
#
2684692a |
| 28-Jan-1996 |
chopps <chopps@NetBSD.org> |
add check for "A4000 bonus" (small b)
|
#
0cd79344 |
| 30-Nov-1995 |
jtc <jtc@NetBSD.org> |
merge in changes from 1.1 release branch
|
#
32dc3c58 |
| 12-Feb-1995 |
chopps <chopps@NetBSD.org> |
Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch) Now use amiga HW for soft interrupts, non-contig options (2 or many chunks), interrupt handler lists, 4066 ethernet, 1291 scsi, opti
Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch) Now use amiga HW for soft interrupts, non-contig options (2 or many chunks), interrupt handler lists, 4066 ethernet, 1291 scsi, option to defer level 6 interrupts to level 4 (deal with icky built-in serial port)
show more ...
|
#
ec77f0b3 |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
#
d64a1b73 |
| 29-Jun-1994 |
chopps <chopps@NetBSD.org> |
aga mode, finally.. thanks to osymh@gemini.oscs.montana.edu (Michael Hitch)
|