]> Zhao Yanbai Git Server - minix.git/commit
SMP - Kernel is loaded above 1M by default
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:00 +0000 (14:10 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:00 +0000 (14:10 +0000)
commita42ab504a02c97153c442f12b8be2a1f8f459a75
tree942b7e6476711e41ca9d594c5076b1af79435d91
parent62c666566eb002ec293767af87e8a31dcfffec05
SMP - Kernel is loaded above 1M by default

- the 16-bit trampoline must be within the first megabyte of physical
  memory thus the smp trampoline is copied explicitly below 1M
kernel/arch/i386/arch_smp.c
kernel/arch/i386/trampoline.S
kernel/start.c