this post was submitted on 20 May 2024
208 points (94.4% liked)

Technology

71537 readers
4123 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rottingleaf@lemmy.zip 6 points 1 year ago (3 children)

I'd expect there's quite a lot of assembly and endianness-dependent stuff here and there. It's Microsoft. Their culture is about pride of things being arcane-complex inside, cause if you can untangle that, you are a good programmer. They think that. I think they think that. Maybe they are just vile.

[–] Treczoks@lemmy.world 2 points 1 year ago

You may be spot on with that. Though the assembly part can be fixed by code translation at compile time. Endianess and shitty programming habits are another thing that the cross-executor must deal with, too, so maybe this has been covered already. Or it will blow up in their faces, anyway.

[–] AProfessional@lemmy.world 1 points 1 year ago (1 children)

Both arches are little endian btw.

[–] rottingleaf@lemmy.zip 1 points 1 year ago (1 children)

I'm sure they have found something to make the port problematic.

[–] enleeten@discuss.online 1 points 1 year ago

I mean, it's a Microsoft product.

[–] kalleboo@lemmy.world 1 points 1 year ago (1 children)

Windows NT historically ran on lots of CPU architectures, PowerPC, MIPS, Alpha, Itanium, etc, and that included the bundled software like 3D Pinball. I would have expected it to still be quite portable.

[–] rottingleaf@lemmy.zip 1 points 1 year ago

20 years have passed.