00001 00006 /* 00007 * Copyright (C) 2004 Bregmasoft 00008 * 00009 * This program is free software; you can redistribute it and/or modify it under 00010 * the terms of the GNU General Public License as published by the Free Software 00011 * Foundation; either version 2 of the License, or (at your option) any later 00012 * version. 00013 * 00014 * This program is distributed in the hope that it will be useful, but WITHOUT ANY 00015 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00016 * PARTICULAR PURPOSE. See the GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License along with 00019 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00020 * Place, Suite 330, Boston, MA 02111-1307 USA 00021 */ 00022 #ifndef ZYGOMA_IA32_MEMORY_H_ 00023 #define ZYGOMA_IA32_MEMORY_H_ 00024 00025 namespace Zygoma 00026 { 00027 namespace ia32 00028 { 00037 typedef unsigned long PhysicalAddress; 00038 00039 const unsigned int PAGE_FRAME_SIZE = 4096; 00040 } // namespace ia32 00041 } // namespace Zygoma 00042 00043 #endif // ZYGOMA_IA32_MEMORY_H_