summaryrefslogtreecommitdiff
path: root/mp.c
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-07 13:07:52 +0000
committerrsc <rsc>2006-09-07 13:07:52 +0000
commit05a7bbe08b952b321824faff86dbefe077dd4051 (patch)
tree7a01ec5a6f64e3408935ca02a32d5c06ffac06ac /mp.c
parent94d7e2597544199ba793aa43ebd43c08abf052de (diff)
downloadxv6-labs-05a7bbe08b952b321824faff86dbefe077dd4051.tar.gz
xv6-labs-05a7bbe08b952b321824faff86dbefe077dd4051.tar.bz2
xv6-labs-05a7bbe08b952b321824faff86dbefe077dd4051.zip
comment fixes
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)