You are here |
zserge.com | ||
| | | |
binarydebt.wordpress.com
|
|
| | | | VT-x is name of CPU virtualisation technology by Intel. KVM is component of Linux kernel which makes use of VT-x. And QEMU is a user-space application which allows users to create virtual machines. QEMU makes use of KVM to achieve efficient virtualisation. In this article we will talk about how these three technologies work together.... | |
| | | |
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... | |
| | | |
www.willsroot.io
|
|
| | | | Vulnerability Research on Low-Level Systems | |
| | | |
nadav.ca
|
|
| | How to mount and read from an HFS/HFS+ drive on Ubuntu. |