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.


*** empty log message ***
[palacios.git] / palacios / include / geekos / defs.h
index c34de1a..ef19e51 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Misc. kernel definitions
  * Copyright (c) 2001,2004 David H. Hovemeyer <daveho@cs.umd.edu>
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
  * 
  * This is free software.  You are permitted to use,
  * redistribute, and modify it as specified in the file "COPYING".
 #define GEEKOS_DEFS_H
 
 
+/*Zheng 08/01/2008*/
+#define SYSSEG             0x1000
+#define COMMAND_LINE_SIZE  1024
 
+#define SETUPSECTS    4            /* default nr of setup-sectors */
+#define SYSSIZE       0x7f00       /* system size: # of 16-byte clicks */
+#define ROOT_DEV      0            /* ROOT_DEV is now written by "build" */
+#define SWAP_DEV      0            /* SWAP_DEV is now written by "build" */
 
 /*
  * Kernel code and data segment selectors.
@@ -63,7 +70,7 @@
 
 
 // Where we load the vm's kernel image (1MB)
-#define VM_KERNEL_TARGET (0x100000) 
+//#define VM_KERNEL_TARGET (0x100000)