Upgraded GRUB2 to 2.00 release.
[AROS.git] / arch / all-pc / boot / grub2-aros / include / grub / i386 / qemu / memory.h
blobf152cd782dc7f50a45f1b708b408528a08b28b51
1 /* memory.h - describe the memory map */
2 /*
3 * GRUB -- GRand Unified Bootloader
4 * Copyright (C) 2002,2007 Free Software Foundation, Inc.
6 * GRUB is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * GRUB is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
20 #ifndef _GRUB_MEMORY_MACHINE_HEADER
21 #define _GRUB_MEMORY_MACHINE_HEADER 1
23 #include <grub/symbol.h>
24 #include <grub/i386/coreboot/memory.h>
26 #ifndef ASM_FILE
27 #include <grub/err.h>
28 #include <grub/types.h>
29 #endif
31 #define GRUB_MEMORY_MACHINE_LOWER_USABLE 0x9fc00 /* 640 kiB - 1 kiB */
33 #define GRUB_MEMORY_MACHINE_UPPER_START 0x100000 /* 1 MiB */
34 #define GRUB_MEMORY_MACHINE_LOWER_SIZE GRUB_MEMORY_MACHINE_UPPER_START
36 #endif /* ! _GRUB_MEMORY_MACHINE_HEADER */