Differences From Artifact [22c891476d]:
- File kcore/boot.rt.x86.lin.64.s — part of check-in [e794c5edef] at 2019-06-29 09:31:50 on branch trunk — add a bunch of code, port the header mechanism to gpp; add a fuckton of definitions and compatibility header code; notably, add core function kstop and x86.lin.{32,64} impl. update docs accordingly (user: lexi, size: 258) [annotate] [blame] [check-ins using]
To Artifact [c4c48f7422]:
- File kcore/boot.rt.x86.lin.64.s — part of check-in [f85e6a07dd] at 2019-08-20 22:54:49 on branch trunk — reorganize posix assembly code (user: lexi, size: 264) [annotate] [blame] [check-ins using]
1 1 ; vim: ft=nasm 2 2 bits 64 3 -%include "../arch/x86.lin.64.s" 3 +%include "../arch/posix/x86.lin.64.s" 4 4 global _start:function 5 5 extern _boot 6 6 extern entry 7 7 8 8 _start: 9 9 mov rbp, rsp 10 10 mov rdi, [rbp + 0] ; argc