|
You are here |
pmig96.wordpress.com | ||
| | | | |
rog3rsm1th.github.io
|
|
| | | | | How I set up a RISC-V development environment on my machine in order to develop RISC-V assembly programs and analyze RISC-V linux malwares. | |
| | | | |
nathanchance.dev
|
|
| | | | | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward. | |
| | | | |
jborza.com
|
|
| | | | | For reference, I wanted to check how qemu boots RISC-V Linux. Loosely following a guide , I describe how to build and boot a Linux environment targeting the 32-bit RISC-V architecture. There are three things we will need: QEMU the emulator Linux kernel root filesystem with some binaries I'm reusing a custom riscv-gnu-toolchain I've built previously, targeting the RV32IMA architecure. For targeting the 64-bit machine, it's easier to riscv64-linux-gnu- cross-compiler toolchain with the gcc-riscv64-linux-gn... | |
| | | | |
peteris.rocks
|
|
| | | Explanation of everything you can see in htop/top on Linux | ||