aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/head.S
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-11-05 10:48:47 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-11-05 10:48:47 +0000
commit5ffd69822ce8b645787b268f7c923f3086c47c25 (patch)
tree760e16ce6544adf806e421defb60ce216a528b50 /extras/mini-os/head.S
parent589d8fae088b3a9092e2206abc6ad46e8a0d20dd (diff)
downloadxen-5ffd69822ce8b645787b268f7c923f3086c47c25.tar.gz
xen-5ffd69822ce8b645787b268f7c923f3086c47c25.tar.bz2
xen-5ffd69822ce8b645787b268f7c923f3086c47c25.zip
bitkeeper revision 1.559 (3fa8d58fJMWFHK02Nc3nDhxvCmwvXA)
Many files: Cleanups -- Xen now doesn't need to know about the start_info structure for anything except DOM0 boot.
Diffstat (limited to 'extras/mini-os/head.S')
-rw-r--r--extras/mini-os/head.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/mini-os/head.S b/extras/mini-os/head.S
index 4a2ccbbe1e..5844e296c4 100644
--- a/extras/mini-os/head.S
+++ b/extras/mini-os/head.S
@@ -1,8 +1,8 @@
#include <os.h>
/* Offsets in start_info structure */
-#define MOD_START 4
-#define MOD_LEN 8
+#define MOD_START 20
+#define MOD_LEN 24
.globl _start, shared_info