Hi All,

I see that there are two RAM regions defined in ARM linux demos. One mapped 
to virtual address 0 and the other 1:1.

I am not sure what the first region is for. Can anyone please help me 
understand that?

For Example in qemu-arm64-linux-demo.c

I am not sure what the below region is for.

    /* RAM */ {
                        .phys_start = 0x7f900000,
                        .virt_start = 0,
                        .size = 0x10000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_EXECUTE | 
JAILHOUSE_MEM_LOADABLE,
                },

Thanks,
Vijai Kumar K

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/001789de-def6-48a6-992a-bfcdf07c756e%40googlegroups.com.

Reply via email to