2 * Definitions needed for a multiboot kernel
3 * NetWatch system management mode administration console
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
14 #define MULTIBOOT_LOADER_MAGIC 0x2BADB002
19 unsigned long mem_lower, mem_upper;
20 unsigned long boot_dev;
22 unsigned long mod_cnt;
23 struct mod_info *mods;