Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x64 instructions #14

Open
jp2masa opened this issue Oct 21, 2017 · 8 comments
Open

x64 instructions #14

jp2masa opened this issue Oct 21, 2017 · 8 comments

Comments

@jp2masa
Copy link
Member

jp2masa commented Oct 21, 2017

From @Hetal728 on January 2, 2015 20:52

x64 instructions would be a great enhancement, I could give it a shot if I figure out where/what I have to do.

Copied from original issue: CosmosOS/Cosmos#44

@jp2masa
Copy link
Member Author

jp2masa commented Oct 21, 2017

From @mterwoord on January 3, 2015 8:31

At this point in the project, we don't want x64 support added. We only have limited resources (devs), and we want to focus on 1 platform (x86) for now.
Doesn't mean it's definitely planned though.

Maybe you're interested in helping us out?

@jp2masa
Copy link
Member Author

jp2masa commented Oct 21, 2017

From @Hetal728 on January 3, 2015 16:44

I'm relatively new to OS programming, but not to .NET/C#, I could probably help out.

@jp2masa
Copy link
Member Author

jp2masa commented Oct 21, 2017

From @mterwoord on January 3, 2015 16:54

See our issues tab, there's some tasks there. For the rest, we're pretty much blocked on a few larger issues currently. If you're willing to dive in something bigger, feel free. #25 and #42 are up for taking, or otherwise #9....

@jp2masa
Copy link
Member Author

jp2masa commented Oct 21, 2017

From @sapphiregithub on May 15, 2017 23:18

Update: I think it supports x64 now.

@jp2masa
Copy link
Member Author

jp2masa commented Oct 21, 2017

We don't have x64 support, but x86 can run on x86_64 computers.

@fanoI
Copy link
Contributor

fanoI commented Nov 3, 2017

Partially linked to this is x32 instruction set an interesting mix between x86 and x64 practically is x64 with 32 bit sized pointers that it is good for memory usage - in particular for .NET - in which all is a pointer / reference:

https://en.wikipedia.org/wiki/X32_ABI

IMHO this should be the "default" mode.

@Arawn-Davies
Copy link
Member

@fanoI would x32 ABI require jumping into long mode?

@fanoI
Copy link
Contributor

fanoI commented May 1, 2018

Yes it is long mode the really difference is that pointers are 32 bit not 64 this means less memory is used.
The advantages are that you operate with long values directly as you can use 64 bit registers, you are sure that all SSE / SSE2 instructions are present and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants