Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: xor on April 24, 2019, 02:00:38 PM
-
Running 32-bit app under 64-bit linux
https://www.google.com/search?q=Running+32-bit+app+under+64-bit+linux
-
In a fat distro this is known as multilib. In TC you run the 32 or 64-bit version depending on the apps you want to run, if they aren't already available for both. If you want to recompile all the libraries to support multilib I suggest you look at the Slackware multilib package http://www.slackware.com/~alien/multilib/ (http://www.slackware.com/~alien/multilib/). It isn't part of the core distro, it's an additional install after the base install.
-
Hi xor
You can run Core64 which is 32-bit userspace but with a 64-bit kernel. While individual applications would still be limited
to 4 Gigabytes, the kernel would be able to access and allocate all of your computers RAM. To make core64.gz:
cat rootfs.gz modules64.gz > core64.gz
In your bootloader, replace vmlinuz with vmlinuz64 and core.gz with core64.gz. You will likely need to run Xorg since there
is no 64 bit version of Xvesa. If an extension name contains a kernel version number you will need to use the 64 bit version.
-
Even with a 64-bit kernel you can't run 32 and 64-bit apps on the same system at the same time in TC, which I think is what the OP was suggesting.