hermit-os / kernel

A Rust-based, lightweight unikernel.
http://hermit-os.org
Apache License 2.0
1.16k stars 85 forks source link

feat(newlib): add support for aarch64 #1343

Closed johnyob closed 2 months ago

johnyob commented 2 months ago

This PR simply defines kernel_heap_end() as KERNEL_VIRTUAL_MEMORY_END for the aarch64 architecture. This function is required for building the hermit kernel for aarch64 with the newlib feature flag enabled.

Changes are identical to #1328.