[SCM] applications.git branch, master, updated. 570b3b451f669e42afaef5627e645d6366e22a7a

ontologiae ontologiae at gmail.com
Sun Dec 5 16:07:18 UTC 2010


The following commit has been merged in the master branch:
commit 570b3b451f669e42afaef5627e645d6366e22a7a
Author: ontologiae <ontologiae at gmail.com>
Date:   Sun Dec 5 16:31:06 2010 +0100

    First try to set GDT from Lisaac code... Suite

diff --git a/isaacos/x86/system/gdt.li b/isaacos/x86/system/gdt.li
index 2080b94..a035f4d 100755
--- a/isaacos/x86/system/gdt.li
+++ b/isaacos/x86/system/gdt.li
@@ -83,9 +83,9 @@ Section Public
 
 
    - active_gdt <-
-   ( + local_table : NATIVE_ARRAY(DESC_SEG);
+   ( + local_table : NATIVE_ARRAY_VOLATILE(DESC_SEG);
      local_table := table;
-     asm("lgdtl (@local_table)");
+     `asm("lgdtl (@local_table)")`;
    );
 
 

-- 
applications.git



More information about the Lisaac-commits mailing list