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

Linux 64bit support #120

Closed
archanox opened this issue Mar 30, 2022 · 6 comments
Closed

Linux 64bit support #120

archanox opened this issue Mar 30, 2022 · 6 comments

Comments

@archanox
Copy link

Is there a branch where the work on 64 bit support is being tracked?
I'm definitely keen to see SoH compiled and running on RISC-V 64 (which has no 32bit user land)

@briaguya-ai
Copy link
Contributor

not that i know of, #74 was closed for being too long term. 64 bit support seems like a good next step after the kinks in #28 are worked out

@MegaMech
Copy link
Contributor

MegaMech commented Mar 30, 2022

SoH does not support 64 bit. This is on the road map but there's more important issues to work on atm. We always accept a PR on this kind of thing if you desire to try. Also, please send questions to our Discord. The issues tracker is for developers to track bugs and minor enhancements.

@archanox
Copy link
Author

@MegaMech where do you track the major enhancements? It's a bit unusual and out of the norm to not be using the GitHub Issue tracker for such things. But I guess there's a lot of things that the HarbourMasters do behind closed doors that isn't out in the open.
Regardless if it is a small or large piece of work, there's no indication of what's actually on the roadmap.

@MegaMech
Copy link
Contributor

Major enhancements can be discussed in the discussion channels on Discord.

@Emill
Copy link
Contributor

Emill commented Apr 1, 2022

Whenever you find a u32 or uint32_t that contains a memory address, feel free to submit a PR (or just mention it in an issue, such as this one) that changes it to uintptr_t. Same thing when you see a hardcoded size rather than sizeof(...), that would result in too little memory being allocated on 64-bit. When all those things are fixed, we are very close to 64-bit support.

MelonSpeedruns pushed a commit to MelonSpeedruns/Shipwright that referenced this issue Jun 14, 2022
@Kenix3
Copy link
Collaborator

Kenix3 commented Jun 29, 2022

64 bit support is in develop branch.

@Kenix3 Kenix3 closed this as completed Jun 29, 2022
Malkierian pushed a commit to Malkierian/Shipwright that referenced this issue Nov 20, 2023
…ers#120)

* Add language parameter for speech

* Fix Windows

* Run formatter

* Allow uninitializing

* Simplify

* Fix syntax

* Remove English method
garrettjoecox pushed a commit that referenced this issue May 5, 2024
* Nabooru quick death conversion

* Fix brackets, not sure exactly how this was working before.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants