forked from KolibriOS/kolibrios
Set CR0.AM bit
Allow applications to get Alignment Check exception git-svn-id: svn://kolibrios.org@6817 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -180,7 +180,7 @@ include "detect/biosdisk.inc"
|
||||
|
||||
; CR0 Flags - Protected mode and Paging
|
||||
|
||||
mov ecx, CR0_PE
|
||||
mov ecx, CR0_PE+CR0_AM
|
||||
|
||||
; Enabling 32 bit protected mode
|
||||
|
||||
|
Reference in New Issue
Block a user