[SCM] applications.git branch, master, updated. 3446627faa284d67ae06b4b7dbfb9f086c27234d

ontologiae ontologiae at gmail.com
Sun Dec 5 15:31:06 UTC 2010


The following commit has been merged in the master branch:
commit 3446627faa284d67ae06b4b7dbfb9f086c27234d
Author: ontologiae <ontologiae at gmail.com>
Date:   Sun Dec 5 16:29:52 2010 +0100

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

diff --git a/isaacos/startup.li b/isaacos/startup.li
index e1cd6b8..752ff0f 100755
--- a/isaacos/startup.li
+++ b/isaacos/startup.li
@@ -60,12 +60,12 @@ Section Public
   ( + dir:DIRECTORY;   
     
     "Activation GDT\n".print;
-    GDT.add 0h limit 0 type 0;  
-    GDT.add 0h limit FFFFFh type 09Bh; 
-    GDT.add 0h limit FFFFFh type 093h; 
-    GDT.add 0h limit 0 type 097h; 
-    GDT.add 0h limit FFFFFh type 0FFh; 
-    GDT.add 0h limit FFFFFh type 0F3h; 
+    GDT.add 0h limit 0h type 0h;  
+    GDT.add 0h limit 0FFFFFh type 9Bh; 
+    GDT.add 0h limit 0FFFFFh type 93h; 
+    GDT.add 0h limit 0h type 97h; 
+    GDT.add 0h limit 0FFFFFh type 0FFh; 
+    GDT.add 0h limit 0FFFFFh type 0F3h; 
     GDT.add 0h limit 0 type 0F7h; 
 
     GDT.active_gdt;
diff --git a/isaacos/x86/system/gdt.li b/isaacos/x86/system/gdt.li
index a868ebb..2080b94 100755
--- a/isaacos/x86/system/gdt.li
+++ b/isaacos/x86/system/gdt.li
@@ -15,12 +15,11 @@
 
 Section Header
   
-  - name        := GDT;
+  + name        := GDT;
   
-  - category    := MICRO;
   
   - bibliography:= "http://www.lisaac.org";
-  - author      := "Boutet Jerome (boutet at loria.fr),Sonntag Benoit (bsonntag at loria.fr)";
+  - author      := "Boutet Jerome (boutet at loria.fr),Sonntag Benoit (bsonntag at loria.fr);P-A Voye";
   - comment     := "Global Descriptor Table.";
     
 Section Private

-- 
applications.git



More information about the Lisaac-commits mailing list