mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
BSD user: implement GUEST_BASE
Based on 379f6698d7
.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
17cf428f2e
commit
2fa5d9ba56
3 changed files with 70 additions and 0 deletions
|
@ -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. */
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue