More work on x86_64 port, also cleaned up a little of the API.
[tpg/acess2.git] / Kernel / arch / x86_64 / start64.asm
1 ;
2 ; Acess2 x86_64 Port
3 ;
4 [bits 64]
5
6 [global start64]
7 start64:
8         ; Set kernel stack
9         ; Call main
10         jmp $
11
12 [global GetRIP]
13 GetRIP:
14         mov rax, [rsp]
15         ret

UCC git Repository :: git.ucc.asn.au