seL4_projects_libs
seL4_projects_libs copied to clipboard
libsel4vmmplatsupport: use vm->entry for zImage also
This is a follow-up from the change introduced by https://github.com/seL4/seL4_projects_libs/pull/81
- Remove hard coded fall-back address for zImage also.
- inline
zImage_get_load_address()
, so things get a bit simpler . - Add comment about zImage usage in Linux. Seems it's 32-bit only anyway.