aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/config-seabios.h
blob: c4d114270a9f79fc1e5985a19057414d3ad29eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __HVMLOADER_CONFIG_SEABIOS_H__
#define __HVMLOADER_CONFIG_SEABIOS_H__

#define BIOS_INFO_PHYSICAL_ADDRESS  0x00001000

#endif /* __HVMLOADER_CONFIG_SEABIOS_H__ */

/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * tab-width: 4
 * indent-tabs-mode: nil
 * End:
 */