Changes

Jump to: navigation, search

Porting the kernel

4 bytes added, 17:26, 13 June 2007
no edit summary
OpenVZ kernel supports x86, x86_64, IA64, power64, and [[sparc ]] architectures as of now. Below are the quick and dirty information about how to port the kernel to yet another architecture.
* UBC: need to account any platform specific VMAs created by hand in arch specific code. i.e. if there are calls of <code>insert_vm_struct()</code> this should be accounted with <code>ub_memory_charge()</code>. Didn't find such thing on sparc64.
7
edits

Navigation menu