Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: puefiko on April 28, 2011, 05:21:44 PM

Title: [SOLVED] How to skip "Checking 'hlt' instruction" ?
Post by: puefiko on April 28, 2011, 05:21:44 PM
Is there a kernel / module boot option to skip "Checking 'hlt' instruction... OK." step ?
I am booting TC 3.3 on a software simulator, and it's hanging at this point (simulator issue, probably an interrupt is not coming to wake the CPU out of HLT...)
Title: Re: How to skip "Checking 'hlt' instruction" ?
Post by: tinypoodle on April 28, 2011, 05:52:52 PM
For boot options see FAQ, especially link to kernel docs.
Otherwise you might have to look into kernel config options (compile time).
Title: [SOLVED] Re: How to skip "Checking 'hlt' instruction" ?
Post by: puefiko on April 28, 2011, 06:24:22 PM
Thank you for the fast reply - found the kernel parameter: "no-hlt"

no-hlt     [BUGS=X86-32] Tells the kernel that the hlt instruction doesn't work correctly and not to use it.
Title: Re: [SOLVED] How to skip "Checking 'hlt' instruction" ?
Post by: curaga on April 29, 2011, 03:54:48 AM
Out of curiosity, which simulator?