WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Bootcode maxcpus?  (Read 2177 times)

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Bootcode maxcpus?
« on: November 26, 2012, 05:57:13 PM »
I'm experimenting with tinycore64 (and potentially corepure64 later) and stumbled on an interesting problem - I kept getting an error along the lines of:
"Fixing recursive fault, but reboot is needed"

After vague memories of someone else running into this, and being given the suggestion to try with maxcpus=0, I was able to get core64 to boot. But my question now is, what does this bootcode DO? I seem unable to find documentation for it on my own...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11242
Re: Bootcode maxcpus?
« Reply #1 on: November 26, 2012, 06:03:18 PM »
Hi althalus
See this link for a brief explanation and a link to kernel boot codes:
http://forum.tinycorelinux.net/index.php/topic,14302.msg80655.html#msg80655

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: Bootcode maxcpus?
« Reply #2 on: November 26, 2012, 07:30:02 PM »
Ah, many thanks Rich. Now how did I miss that? Far more comprehensive than anything i turned up on my own.