summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/panic.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix WARNS=2 warnings.ru2006-09-291-0/+2
|
* Use __FBSDID().obrien2003-08-251-4/+4
| | | | Also some minor style cleanups.
* Waits for a keypress before rebooting on panic.dcs2001-11-281-0/+3
| | | | | | PR: kern/32351 Submitted by: Jonathan Mini <mini@haikugeek.com> MFC after: 1 week
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* console.cmsmith1998-09-261-3/+3
| | | | | | | | | | | | | | | | | | | Allow the MI code to override the preferred console (eg. so that an RB_SERIAL flag from the i386 boot2 can override the default first active console) isapnp.c Use the standard format for ISA PnP IDs. pnp.c Allow trailing comments on lines, be less picky about line contents. ls.c Cosmetic error message fix. panic.c Print the right arguments.
* Remove 'panic' command (it works), don't ask for a keypress in panic, asmsmith1998-09-181-3/+1
| | | | exit() does. Perhaps it shouldn't?
* Initial integration of the i386 bootloader and BTX.msmith1998-09-171-2/+2
| | | | | | | | | | | - Discard large amounts of BIOS-related code in favour of the more compact BTX vm86 interface. - Build the loader module as ELF, although the resulting object is a.out, make gensetdefs 32/64-bit sensitive and use a single copy of it. - Throw away installboot, as it's no longer required. - Use direct bcopy operations in the i386_copy module, as BTX maps the first 16M of memory. Check operations against the detected size of actual memory.
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+56
'three-stage' bootstrap. There are a number of caveats with the code in its current state: - The i386 bootstrap only supports booting from a floppy. - The kernel and kld do not yet know how to deal with the extended information and module summary passed in. - PnP-based autodetection and demand loading of modules is not implemented. - i386 ELF kernel loading is not ready yet. - The i386 bootstrap is loaded via an ugly blockmap. On the alpha, both net- and disk-booting (SRM console machines only) is supported. No blockmaps are used by this code. Obtained from: Parts from the NetBSD/i386 standalone bootstrap.
OpenPOWER on IntegriCloud