public DataTable GetPicLst(string strImglst) {
DataTable dt = new DataTable(); dt.Columns.Add("pic", Type.GetType("System.String")); if (!String.IsNullOrEmpty(strImglst)) ...
以下節錄自大陸的一個禁站 (http://wiki.osdev.org/BIOS)
BIOS calls may use interrupts, which means that you need to forward IRQs or map the PIC back to its original configuration.BIOS可能會用到中斷,就是說中斷過後你要自己把...