rtc.asl
来自「<B>Award BIOS(Basic Input/Output System)」· ASL 代码 · 共 23 行
ASL
23 行
Device(RTC) { // Real Time Clock Device
Name(_HID, EISAID("PNP0B00")) // Hardware Device ID
Name (_CRS,Buffer() {
0x47, // IO descriptor
0x01,
0x70,
0x00,
0x70,
0x00,
0x4,
0x4,
0x22, // IRQ Descriptor
0x0,
0x1,
0x79,
0x0})
} // End RTC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?