v86 icon indicating copy to clipboard operation
v86 copied to clipboard

x86_64 support

Open danimesq opened this issue 7 years ago • 13 comments

danimesq avatar Feb 26 '17 20:02 danimesq

It would be nice to have, but it's a huge project and I won't find enough time any time soon to work on it.

I'll leave this open, if someone wants to work on this I can help you get started.

copy avatar Feb 26 '17 22:02 copy

Before implement it, is better make v86 to support Windows XP.

danimesq avatar Feb 26 '17 22:02 danimesq

@copy I read you are experimenting with Web Assembly on issue #170? Do you have a sneak peek we can take a look at? I am ready to experiment!

czenzel avatar Oct 15 '17 22:10 czenzel

@copy I read you are experimenting with Web Assembly on issue #170? Do you have a sneak peek we can take a look at? I am ready to experiment!

Not yet.

copy avatar Oct 17 '17 10:10 copy

What are the things that would need to be changed to make this work?

Darker avatar Apr 17 '18 14:04 Darker

Lots of things, the processor is only an i386 processor.

On Tue, Apr 17, 2018 at 10:02 AM Jakub Mareda [email protected] wrote:

What are the things that would need to be changed to make this work?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/copy/v86/issues/133#issuecomment-382003690, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdq-trZZUrXIKvOf6Dv8qllizHGrNvXks5tpfXbgaJpZM4MMgdZ .

Broyojo avatar Apr 17 '18 14:04 Broyojo

It would be cool if we could change it to an amd64 cpu

On Tue, Apr 17, 2018 at 10:03 AM Broyojo [email protected] wrote:

Lots of things, the processor is only an i386 processor.

On Tue, Apr 17, 2018 at 10:02 AM Jakub Mareda [email protected] wrote:

What are the things that would need to be changed to make this work?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/copy/v86/issues/133#issuecomment-382003690, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdq-trZZUrXIKvOf6Dv8qllizHGrNvXks5tpfXbgaJpZM4MMgdZ .

Broyojo avatar Apr 17 '18 14:04 Broyojo

You would have to change the architexture and the clock speed to run even some 64 bit operatin systems

On Tue, Apr 17, 2018 at 10:03 AM Broyojo [email protected] wrote:

It would be cool if we could change it to an amd64 cpu

On Tue, Apr 17, 2018 at 10:03 AM Broyojo [email protected] wrote:

Lots of things, the processor is only an i386 processor.

On Tue, Apr 17, 2018 at 10:02 AM Jakub Mareda [email protected] wrote:

What are the things that would need to be changed to make this work?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/copy/v86/issues/133#issuecomment-382003690, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdq-trZZUrXIKvOf6Dv8qllizHGrNvXks5tpfXbgaJpZM4MMgdZ .

Broyojo avatar Apr 17 '18 14:04 Broyojo

architecture

On Tue, Apr 17, 2018 at 10:15 AM Broyojo [email protected] wrote:

On Tue, Apr 17, 2018 at 10:14 AM Broyojo [email protected] wrote:

You would have to change the architecture and the clock speed to run even some 64 bit operatin systems

On Tue, Apr 17, 2018 at 10:03 AM Broyojo [email protected] wrote:

It would be cool if we could change it to an amd64 cpu

On Tue, Apr 17, 2018 at 10:03 AM Broyojo [email protected] wrote:

Lots of things, the processor is only an i386 processor.

On Tue, Apr 17, 2018 at 10:02 AM Jakub Mareda [email protected] wrote:

What are the things that would need to be changed to make this work?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/copy/v86/issues/133#issuecomment-382003690, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdq-trZZUrXIKvOf6Dv8qllizHGrNvXks5tpfXbgaJpZM4MMgdZ .

Broyojo avatar Apr 17 '18 16:04 Broyojo

Reminder v86 emulates only x86 instruction sets, I don't see why would we emulate x86_64 since its more modern and techincally you can just grab a whole PC today

sr229 avatar Aug 24 '18 05:08 sr229

WE NEED X64 !!!

yuri2peter avatar Feb 28 '19 05:02 yuri2peter

This would be awesome, if only to get TempleOS running.

tlrobinson avatar May 24 '19 06:05 tlrobinson

https://github.com/ktock/container2wasm

samdenty avatar Mar 13 '24 19:03 samdenty