AMD Confidential
User Manual November 21
st
, 2008
234 Appendix A
A.7.4 CMOS
1 simnow> cmos.usage
Loads CMOS data stored at „filepath‟. For
example „cmos.load c:\cmos.dat‟.
Saves CMOS data to „filepath‟, e.g. „cmos.save
c:\cmos.dat‟
SetTime <seconds> <minutes> <hours>
<days since Sunday> <day of the month>
<months since January> <years since 1900>
Sets CMOS Time to specified time. For instance
„cmos.SetTime 00 00 12 00 31 12 14‟ sets the
CMOS time to Sunday December 31th, 2004, at
12:00:00.
Returns byte in CMOS that is stored at address
„addr‟.
Sets byte in CMOS at address „addr‟ to value
stored in „data‟.
Returns the CMOS RAM size in bytes.
Sets entire CMOS to specified value „value‟.
A.7.5 ACPI
1 simnow> acpi.usage
Triggers PowerButton ACPI message.
Triggers SleepButton ACPI message.
A.7.6 Floppy
1 simnow> floppy.usage
SetFloppy <A/B(0|1)> <filename>
Assigns a floppy image file „filename‟ to drive
„A‟ or „B‟.
Returns the assigned floppy image file of drive
„A‟ or „B‟
The command will set the "Media Ejected" flag
of drive „A‟ or „B‟.
A.7.7 Debug
1 simnow> debug.usage
Enables the Debugger and opens a debug dialog window, if GUI
is enabled.