6 ms·
// Load the Linux Kernel to the start of the RAM ram.write(0x00, LinuxKernel); lol
by artemonster 6d ago
// Load the Linux Kernel to the start of the RAM
ram.write(0x00, LinuxKernel);
lol
- gertop 5d agoWhat's funny? That's how every linux computer start. The boot loader copies the kernel to RAM then jumps to it.
- artemonster 5d agothe obviousness and uselessness of the comment