Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


minor test kernel updates
[palacios.git] / test / geekos_test_vm / src / geekos / setup.asm
index c88ed81..5fb60e5 100644 (file)
@@ -31,6 +31,11 @@ start_setup:
        mov     ds, ax
 
 
+;      mov     ah, 0x2e
+;      out    0xc0c0, ax
+;      mov     ah, 0xa
+;      out    0xc0c0, ax
+
        ; Use int 15h to find out size of extended memory in KB.
        ; Extended memory is the memory above 1MB.  So by
        ; adding 1MB to this amount, we get the total amount