correct logmessage spelling errors
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15208 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,10 +28,10 @@ status_t parse_pins ()
|
|||||||
/* check BIOS signature */
|
/* check BIOS signature */
|
||||||
if (rom[0]!=0x55 || rom[1]!=0xaa)
|
if (rom[0]!=0x55 || rom[1]!=0xaa)
|
||||||
{
|
{
|
||||||
LOG(8,("INFO: BIOS signiture not found\n"));
|
LOG(8,("INFO: BIOS signature not found\n"));
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
LOG(2,("INFO: BIOS signiture $AA55 found OK\n"));
|
LOG(2,("INFO: BIOS signature $AA55 found OK\n"));
|
||||||
/* check for a valid PINS struct adress */
|
/* check for a valid PINS struct adress */
|
||||||
pins = rom + (rom[0x7FFC]|(rom[0x7FFD]<<8));
|
pins = rom + (rom[0x7FFC]|(rom[0x7FFD]<<8));
|
||||||
if ((pins - rom) > 0x7F80)
|
if ((pins - rom) > 0x7F80)
|
||||||
|
|||||||
Reference in New Issue
Block a user