|
|
1.1 root 1: /* tag: openbios fixed address forth starter
2: *
3: * Copyright (C) 2003 Stefan Reinauer
4: *
5: * See the file "COPYING" for further information about
6: * the copyright and warranty status of this work.
7: */
8:
9: #include "config.h"
10: #include "libopenbios/sys_info.h"
11: #include "multiboot.h"
12:
13: #define FIXED_DICTSTART 0xfffe0000
14: #define FIXED_DICTEND 0xfffeffff
15:
16: void collect_multiboot_info(struct sys_info *info);
17: void collect_multiboot_info(struct sys_info *info)
18: {
19: info->dict_start=(unsigned long *)FIXED_DICTSTART;
20: info->dict_end=(unsigned long *)FIXED_DICTEND;
21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.