Asus P2B-D2 User Manual page 100

Dual pentium ii motherboard
Hide thumbs Also See for P2B-D2:
Table of Contents

Advertisement

/******************************************************************/
/*
/******************************************************************/
.
.
when OVERALL_STATE = 2 then do
if RunInstall(x.s3video) == BAD_RC then exit
Call RebootAndGotoState(3)
end
when OVERALL_STATE = 3 then do
if RunInstall(x.s3dspinstl) == BAD_RC then exit
Call CheckBoot
end
.
.
/******************************************************************/
/*
/* The following information should already exist in the LCU command file. */
/******************************************************************/
.
.
RebootAndGotoState:
parse arg new_state, other
rc2 = SetState(new_state, 'RebootAndGotoState', 1) /* Set the state */
Call SaveStates
Call Reboot
return
.
.
100
IBM OS/2
INSTALLATION SECTION
ROUTINE SECTION
/* Save the environment vars */
/* Reboot the machine */
ASUS P2B-D2 User's Manual
/* to go to in */
/* OVERALL_STATE */
*/
*/

Advertisement

Table of Contents
loading

Table of Contents