WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore vs tinycore64  (Read 15042 times)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
tinycore vs tinycore64
« on: June 22, 2016, 08:05:42 AM »
Good morning everyone!  I have been looking through some of the extensions for the 32bit version of TC and noticed that there are two different packages for things like alsa-modules.  Whats the difference between alsa-modules-4.2.9-tinycore64.tcz and alsa-modules-4.2.9-tinycore.tcz?  I would assume that the former is for the 64bit version of the OS whereas the latter is for 32bit, but then why is it in the 32bit repo?

Thanks,
Dave

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore vs tinycore64
« Reply #1 on: June 22, 2016, 08:38:05 AM »
You can have three versions of tinycore:

core - 32-bit kernel modules + 32-bit apps
core64 - 64-bit kernel modules + 32-bit apps
corepure64 - 64-bit kernel modules + 64-bit apps

core - core.gz (or rootfs.gz + modules.gz) + vmlinuz
core64 - rootfs.gz + modules64.gz + vmlinuz64
corepure64 - corepure64.gz (or rootfs64.gz + modules64.gz) + vmlinuz64

The difference between alsa-modules-4.2.9-tinycore64.tcz and alsa-modules-4.2.9-tinycore.tcz is that the former contains 64-bit kernel modules and the latter contains 32-bit kernel modules.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: tinycore vs tinycore64
« Reply #2 on: June 22, 2016, 10:03:09 AM »
I'm guessing it's not multilib? Meaning you can't mix 32 and 64 bit apps, it's one or the other?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore vs tinycore64
« Reply #3 on: June 22, 2016, 10:06:14 AM »
core and core64 can only use 32-bit extensions

corepure64 can only use 64-bit extensions

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: tinycore vs tinycore64
« Reply #4 on: June 22, 2016, 11:40:32 AM »
Thanks for the response Juanito.  Why would there be the core64 - what purpose or use case would that satisfy?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore vs tinycore64
« Reply #5 on: June 22, 2016, 11:59:10 AM »
core - all apps have to share up to a maximum of 4gb ram
core64 - each app can use up to a maximum of 4gb ram

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: tinycore vs tinycore64
« Reply #6 on: June 22, 2016, 12:24:17 PM »
Thanks again for the reply Juanito.  I guess I could ask the question like this, why not just have a 32 and 64 bit version?  Why would someone want a mixed environment between 32 and 64bit?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore vs tinycore64
« Reply #7 on: June 22, 2016, 01:33:36 PM »
core64 came quite a while before corepure64...

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore vs tinycore64
« Reply #8 on: June 23, 2016, 02:25:56 AM »
If your hardware is capable, it's always worth it to run a 64-bit kernel. It's faster, more secure, and has less limitations. Whether 64-bit userspace is useful to you, that depends on many things: do you have programs that need more than 4gb RAM, or heavily use the cpu, etc.
The only barriers that can stop you are the ones you create yourself.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: tinycore vs tinycore64
« Reply #9 on: June 23, 2016, 02:33:14 AM »
There is no PAE enabled kernel of Core. If one wants to use more than 4 GB RAM, a 64 bit kernel can be used.

The webs says that many 64 bit compiled apps are not optimized for 64 bit code-wise, but actually provide the same performance as if they would run on 32 bit. Any truth in this?
Download a copy and keep it handy: Core book ;)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore vs tinycore64
« Reply #10 on: June 23, 2016, 02:55:29 AM »
It's a "it depends". Most programs are faster on x86_64 due to additional registers, but use more RAM due to larger pointers.
The only barriers that can stop you are the ones you create yourself.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: tinycore vs tinycore64
« Reply #11 on: June 23, 2016, 07:10:47 AM »
Thanks for the continued replies everyone!  I would assume that if someone has a 64 bit machine, they will have upgraded specs (since that will be a newer machine than older 32bit) so they should have the resources to take advantage of a complete 64 bit environment - I agree with Curaga.  I think the answer (at least that makes sense to me) was given by Juanito in that core64 was released before corepure64.  In that instance, and since no clear advantage was pointed out about having a mixed 32/64bit environment, does it make sense to continue the core64?  Just curious...

Thanks,
Dave

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore vs tinycore64
« Reply #12 on: June 23, 2016, 08:52:39 AM »
Quote
does it make sense to continue the core64?  Just curious...

It doesn't use any resources. The kernel is the same for both 64-bit combinations.
The only barriers that can stop you are the ones you create yourself.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: tinycore vs tinycore64
« Reply #13 on: June 23, 2016, 08:57:09 AM »
Quote
does it make sense to continue the core64?  Just curious...

It doesn't use any resources. The kernel is the same for both 64-bit combinations.

Not necessary true.  Someone has to compile and maintain those packages.  And without any clear advantage to using them, it would seem like a waste of that persons resources (time, power, etc) - at least to me.  As stated, if someone is already going to be running a 64bit kernel, why not just run with the 64bit extensions to get the advantages of them...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore vs tinycore64
« Reply #14 on: June 23, 2016, 09:16:18 AM »
Someone has to compile and maintain those packages.

core64 shares application extensions with core and kernel extensions with corepure64