儲存庫 vbox 的更動 4525
- 時間撮記:
- 2007-9-5 上午08:46:30 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/PC/BIOS/logo.c
r3721 r4525 1050 1050 1051 1051 // Change first boot device code to selected one 1052 if (scode > 0x02 && scode <= 0x05)1052 if (scode >= 0x02 && scode <= 0x05) 1053 1053 { 1054 1054 write_byte(ebda_seg,&EbdaData->uForceBootDrive, scode-1);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器