// Load the Linux Kernel to the start of the RAM ram.write(0x00, LinuxKernel);
What's funny? That's how every linux computer start. The boot loader copies the kernel to RAM then jumps to it.