On Wed, Jan 28, 2009 at 02:09:58PM -0500, David L. Craig wrote:
>
> I looked at the code (don't you just love free software?) and
> it looks like I can get away with zapping off the AFP bit in
> the first set of control registers loaded by the kernel in
> head31.S shortly after bootstrapping completes; i.e.,
>
> .Lctl:  .long   0x04b50002              # cr0: various things
>
> becomes
>
> .Lctl:  .long   0x00b50002              # cr0: various things

Oops, wrong bit--make that

  .Lctl:  .long   0x04b10002              # cr0: various things

--

May the LORD God bless you exceedingly abundantly!

Dave Craig

-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
"'So the universe is not quite as you thought it was.
 You'd better rearrange your beliefs, then.
 Because you certainly can't rearrange the universe.'"

--from _Nightfall_  by Asimov/Silverberg

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to