]> wirehaze git hosting - BOS.git/blobdiff - kernel/16bit/a20.asm

wirehaze git hosting

new indentation style
[BOS.git] / kernel / 16bit / a20.asm
index 2935bd5c1e7fdd623b56c23c09a2fda462a50cc1..1b81c72d11525e51d9ab483a47793a69824a423e 100644 (file)
@@ -42,10 +42,10 @@ enable_a20:
 ;  test if A20 is set     ;\r
 ;------------------------;\r
 a20_test:\r
 ;  test if A20 is set     ;\r
 ;------------------------;\r
 a20_test:\r
-        mov      al, byte [fs:0]\r
-        mov      ah, al\r
-        not      al\r
-        xchg      al, byte [gs:0x10]\r
-        cmp      ah, byte [fs:0]\r
-        mov      [gs:0x10], al\r
+        mov    al, byte [fs:0]\r
+        mov    ah, al\r
+        not    al\r
+        xchg   al, byte [gs:0x10]\r
+        cmp    ah, byte [fs:0]\r
+        mov    [gs:0x10], al\r
         ret
\ No newline at end of file
         ret
\ No newline at end of file