2 ** Copyright 2001-2006, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
5 /* addresses of values stored in the bootdir, which starts on the next
6 page after this code. */
7 #define BASE 0x8c000000
8 #define BOOTDIR_BASE (BASE + 0x1000)
10 /* a couple of pointers into the second bootdir entry */
11 #define STAGE2_ENTRY (BOOTDIR_BASE + 0xf4)
17 /* find the offset into the stage2 bootloader where the entry point is */