filename | src/bootstrap.h |
changeset | 88:0a1bd43fa4ad |
prev | 26:ad258e3daaa5 |
next | 167:71c0cc416a64 |
author | nkeynes |
date | Sun Jan 22 22:41:40 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | When loading a binary file, load IP.BIN before it to initialize everything |
file | annotate | diff | log | raw |
1.1 --- a/src/bootstrap.h Sat Dec 24 08:02:18 2005 +00001.2 +++ b/src/bootstrap.h Sun Jan 22 22:41:40 2006 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: bootstrap.h,v 1.2 2005-12-24 08:02:14 nkeynes Exp $1.6 + * $Id: bootstrap.h,v 1.3 2006-01-22 22:41:40 nkeynes Exp $1.7 *1.8 * CD Bootstrap header parsing. Mostly for informational purposes.1.9 *1.10 @@ -26,6 +26,8 @@1.11 extern "C" {1.12 #endif1.14 +#define DEFAULT_BOOTSTRAP_FILE "IP.BIN"1.15 +1.16 /**1.17 * Dump the bootstrap info to the output log for infomational/debugging1.18 * purposes.
.