diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-03 14:04:12 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-03 14:04:12 +0200 |
| commit | a6efba7a22b85c0556c8c262f3bbcaf7bda7ddfa (patch) | |
| tree | e060237fe895995ad1fd6eee0f7f3b19beed8088 /kernel/smp.c | |
| parent | 0ce7674a27043cfdf4115d09d65493ac8af13563 (diff) | |
Moved kernel to 0x10000 !
Diffstat (limited to 'kernel/smp.c')
| -rw-r--r-- | kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 58e37a5..2002385 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -45,7 +45,7 @@ void smp_start_aps(smp_processors *pros) sleep(10); // start proc at 0x7000; - *reg=(6<<8)|(1<<14)|0x7; // 110 SIPI + *reg=(6<<8)|(1<<14)|0x9; // 110 SIPI } } |
