<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/panic.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-08-25T23:30:41Z</updated>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-25T23:30:41Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-25T23:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1809be3cd462d071c04e67a2648af4ed71925153'/>
<id>urn:sha1:1809be3cd462d071c04e67a2648af4ed71925153</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Waits for a keypress before rebooting on panic.</title>
<updated>2001-11-28T14:00:36Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2001-11-28T14:00:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=605f755d8a48f0b8b52cfe3297dadf54b0f81a07'/>
<id>urn:sha1:605f755d8a48f0b8b52cfe3297dadf54b0f81a07</id>
<content type='text'>
PR:		kern/32351
Submitted by:	Jonathan Mini &lt;mini@haikugeek.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>console.c</title>
<updated>1998-09-26T01:29:13Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-26T01:29:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e12d0ec43a42a081d0203ec8e6903460425ad844'/>
<id>urn:sha1:e12d0ec43a42a081d0203ec8e6903460425ad844</id>
<content type='text'>
	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.
</content>
</entry>
<entry>
<title>Remove 'panic' command (it works), don't ask for a keypress in panic, as</title>
<updated>1998-09-18T02:01:38Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-18T02:01:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c676c40b0d3b35e604e88e4c9cc97770af12b96a'/>
<id>urn:sha1:c676c40b0d3b35e604e88e4c9cc97770af12b96a</id>
<content type='text'>
exit() does.  Perhaps it shouldn't?
</content>
</entry>
<entry>
<title>Initial integration of the i386 bootloader and BTX.</title>
<updated>1998-09-17T23:52:16Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-17T23:52:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=948486abe31485133ef536714a1b1b9615c5cda8'/>
<id>urn:sha1:948486abe31485133ef536714a1b1b9615c5cda8</id>
<content type='text'>
 - 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.
</content>
</entry>
<entry>
<title>This is the new unified bootstrap, sometimes known previously as the</title>
<updated>1998-08-21T03:17:42Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-08-21T03:17:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2f9d95de50a777bdd6d6dd0ef834149c11813c2'/>
<id>urn:sha1:c2f9d95de50a777bdd6d6dd0ef834149c11813c2</id>
<content type='text'>
'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.
</content>
</entry>
</feed>
