Changes

Jump to: navigation, search

Porting the kernel

16 bytes added, 12:24, 11 May 2007
added more supported platforms
OpenVZ kernel supports x86, x86_64, IA64, power64, and IA64 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.

Navigation menu