View Single Post
  #6   (View Single Post)  
Old 1st November 2018
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Default

All right, I thought your laptop was younger, but it seems to be a 2002 laptop.
It should look like this : http://www.shadowcat45.homepage.t-online.de/

If so, the Celeron 1.7 is 32 bits only, my bad !

Now, a '02 laptop is an old one, the FPU should definitively be designed for interrupt 13, not exception 16.
That's why the boot process crashes, the npx0 interface is set to exception 16, so it cannot access your FPU, and the FPU is NOT an option.

I think the solution is to indicate to the boot process to use int 13 and not exc 16.

But I'm sorry, I don't know how-to.
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD

Last edited by LeFrettchen; 1st November 2018 at 12:03 AM. Reason: Clarity
Reply With Quote