|
|
|
|
|
by duskwuff
531 days ago
|
|
Ah, most of what you've got there looks like small "desktop toy" games, like minesweeper games and whatnot. I was thinking more along the lines of full-screen, possibly 3D, games of the sort that got ported by companies like Loki back in the day. Those took a long time to become runnable under X11. > Maybe I need to debootstrap in a chroot or something? Probably. Even then you might run into some compatibility issues - IIRC, some of the really old code paths used for system calls (like the vsyscall DSO) have been removed in modern Linux kernels. |
|