forked from KolibriOS/kolibrios
keep physical page 0 intact (used by some BIOSes in int 13h)
git-svn-id: svn://kolibrios.org@1172 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -238,8 +238,8 @@ B32:
|
||||
mov edi,0x2F0000
|
||||
mov ecx,0x10000 / 4
|
||||
rep movsd
|
||||
xor edi, edi
|
||||
mov ecx,0x10000 / 4
|
||||
mov edi,0x1000
|
||||
mov ecx,0xf000 / 4
|
||||
rep stosd
|
||||
|
||||
call test_cpu
|
||||
|
Reference in New Issue
Block a user