BSD user: implement GUEST_BASE

Based on 379f6698d7.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-09-27 19:30:51 +00:00
parent 17cf428f2e
commit 2fa5d9ba56
3 changed files with 70 additions and 0 deletions

View file

@ -84,6 +84,9 @@ typedef struct TaskState {
void init_task_state(TaskState *ts);
extern const char *qemu_uname_release;
#if defined(CONFIG_USE_GUEST_BASE)
extern unsigned long mmap_min_addr;
#endif
/* ??? See if we can avoid exposing so much of the loader internals. */
/*