From 21a88fd487177841c882d9017bd9f4476801c6f6 Mon Sep 17 00:00:00 2001 From: kaashoek Date: Thu, 22 Jun 2006 01:28:57 +0000 Subject: checkpoint. booting second processor. stack is messed up, but thanks to cliff and plan 9 code, at least boots and gets into C code. --- trapasm.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'trapasm.S') diff --git a/trapasm.S b/trapasm.S index c01cec0..2608328 100644 --- a/trapasm.S +++ b/trapasm.S @@ -27,3 +27,8 @@ trapret: popl %ds addl $0x8, %esp /* trapno and errcode */ iret + + +.globl acpu +acpu: + .long 0 -- cgit v1.2.3