Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
RISC-V Emulator and Linux System from Scratch (github.com/werwolv)
42 points by Bluestein 7 hours ago | hide | past | favorite | 3 comments
 help



Discussion of the corresponding blog post: https://news.ycombinator.com/item?id=49553988

    // Load the Linux Kernel to the start of the RAM   
    ram.write(0x00, LinuxKernel);   
lol

What's funny? That's how every linux computer start. The boot loader copies the kernel to RAM then jumps to it.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: