Search
lxdream.org :: lxdream/src/bootstrap.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.h
changeset 1109:700c5ab26a63
prev1100:50e702af9373
author nkeynes
date Thu Jun 10 22:13:16 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Integrate executable wrapping into the user interface
- command-line now loads wrapped by default, -e <bin> to run binary
- add support for .bin executables
- Add useful (internal) error codes
file annotate diff log raw
1.1 --- a/src/bootstrap.h Mon Feb 15 17:27:14 2010 +1000
1.2 +++ b/src/bootstrap.h Thu Jun 10 22:13:16 2010 +1000
1.3 @@ -35,6 +35,7 @@
1.4 #define BOOTSTRAP_MAGIC_SIZE 32
1.5
1.6 #define BINARY_LOAD_ADDR 0x8C010000
1.7 +#define BINARY_MAX_SIZE (0x8D000000 - BINARY_LOAD_ADDR)
1.8
1.9 /**
1.10 * Bootstrap header structure
.