X86-64: Difference between revisions

26 bytes added ,  10 years ago
m
This looks really bad and I know a much cleaner way of doing it that I really need to document
[unchecked revision][unchecked revision]
(Fix the summary of memory models in accordance with http://en.wikipedia.org/wiki/64-bit_computing#64-bit_data_models)
m (This looks really bad and I know a much cleaner way of doing it that I really need to document)
Line 160:
 
== Linking a 64-bit ELF64 kernel against a 32-bit ELF32 bootstrap (for use with Multiboot) ==
 
{{Disputed|Talk:X86-64}}
 
You can link a 64-bit ELF64 kernel against a 32-bit ELF32 bootstrap using the following shell script. Alternatively you can also write a small assembly stub for your 64-bit ELF64 kernel that includes 32-bit code.
Anonymous user