X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fdefs.h;h=5d9bf892e25158409d3778833a4c1652aeafff7b;hb=8126d0d154dfd37ed7997f4fa78a1c179c4d2c81;hp=e06cdf5caafe19a12f2aa07735da1d242e8a7593;hpb=c6ae41adef1bd7d54bc7e74abc4a5438e203d754;p=palacios-OLD.git diff --git a/palacios/include/geekos/defs.h b/palacios/include/geekos/defs.h index e06cdf5..5d9bf89 100644 --- a/palacios/include/geekos/defs.h +++ b/palacios/include/geekos/defs.h @@ -1,7 +1,7 @@ /* * Misc. kernel definitions * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -86,7 +86,7 @@ TOP_OF_MEM: // This is for a 1 GB Machine // The last address (+1) at which physical memory ends -#define TOP_OF_MEM (0x40000000) +#define TOP_OF_MEM (0x30000000) // How much space to reserve for the VM #define VM_SIZE (0x20000000) // Where the VM starts in physical memory