AMD x64

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
megosh
Posts: 1
Joined: Tue Sep 13, 2005 11:00 pm

AMD x64

Post by megosh »

I have written a couple of real mode and protected mode boot loaders in the past mostly as a learning experience. I am now looking to write a boot loader and kernel that can take advantages of the 64-bit processor architecture that is currently taking over the market. Any links to related material would be greatly appreciated.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: AMD x64

Post by bubach »

"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Osbios
Member
Member
Posts: 116
Joined: Fri Jun 10, 2005 11:00 pm

Re: AMD x64

Post by Osbios »

And for 64bit emu: http://bochs.sourceforge.net/
But you have to compile the source by your self for 64bit support!
dw 0xAA55
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: AMD x64

Post by bubach »

btw, here's some example code to get you into long mode from DOS:
http://64os.rsgraham.net/modules/wiwimo ... deSnippets
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply