Hi aus9
... I have taken the liberty of assuming Core64 is roughly the same as CorePure64, which I abbreviate to TC64
If you are running Core (32 bit kernel, 32 bit apps), you can only run 32 bit programs.
If you are running Core64 (64 bit kernel, 32 bit apps), you can only run 32 bit programs.
If you are running Corepure64 (64 bit kernel, 64 bit apps), you can only run 64 bit programs.
Core64 is not in the release section of the repo. You need to make it yourself:
cat rootfs.gz modules64.gz > core64.gz
Core64 lets you use more then 4 GB of RAM. While each application is still limited to 4 GB, the kernel can allocate all of
the systems memory as required.
With Core, all applications share from a pool of up to 4 GB.
With Core64, all applications share from a pool of up to the maximum amount of RAM your system can take, and each
application can have up to a maximum of 4 GB of RAM to use.