summaryrefslogtreecommitdiff
path: root/mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp.c')
-rw-r--r--mp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mp.c b/mp.c
index 7a0a676..59beda3 100644
--- a/mp.c
+++ b/mp.c
@@ -196,7 +196,8 @@ mp_bcpu(void)
extern void mpmain(void);
-#define APBOOTCODE 0x7000 // XXX hack
+// Write bootstrap code to unused memory at 0x7000.
+#define APBOOTCODE 0x7000
void
mp_startthem(void)