forked from KolibriOS/kolibrios
* unknown/unsupported videomode at boot leads to return in config manager
* boot config manager now allows to totally disable DMA access to HD git-svn-id: svn://kolibrios.org@514 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -321,8 +321,8 @@ high_code:
|
||||
; -----------------------------------------
|
||||
; movzx eax,byte [BOOT_VAR+0x9010] ; mouse port
|
||||
; mov [0xF604],byte 1 ;al
|
||||
mov al, [BOOT_VAR+0x901F] ; DMA writing
|
||||
mov [allow_dma_write], al
|
||||
mov al, [BOOT_VAR+0x901F] ; DMA access
|
||||
mov [allow_dma_access], al
|
||||
mov al,[BOOT_VAR+0x9000] ; bpp
|
||||
mov [ScreenBPP],al
|
||||
movzx eax,word [BOOT_VAR+0x900A] ; X max
|
||||
|
Reference in New Issue
Block a user