linux-kernel-module-cheat icon indicating copy to clipboard operation
linux-kernel-module-cheat copied to clipboard

The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug...

Results 71 linux-kernel-module-cheat issues
Sort by recently updated
recently updated
newest added

when I use: `./build --download-dependencies qemu-buildroot`, I got: ``` E: Unable to locate package rr Traceback (most recent call last): File "./build", line 680, in Main().cli() File "/home/mrzleo/Desktop/linux-kernel-module-cheat/cli_function.py", line 267,...

At LKMC 90f3701f834aadb75f6d92fd8157fe0cbab0fc52 QEMU hacked to 4.2.0 (also happened before) Ubuntu 19.10, open a "fresh" new GNOME terminal running bash from Dash, and then just: ``` ./run ``` and quit...

qemu

Hi Ciro, ` ./build --download-dependencies qemu-buildroot ` fails with the below error for me I'm currently working on WSL2. There were other errors related to case sensitive filesystem that I...

Hi, **Thanks a lot for the codes that you are sharing. It is helping me to understand Linux better.** 🐧 **(All these experiments are on Ubuntu VM)** I have used...

Hi Ciro, Sorry for the compiling issue? Could you take a look on the compiling issue on glibc? Thanks for you help. ************************************************************************************************************************************************** /usr/bin/make subdir=elf -C elf ..=../ subdir_lib make[3]:...

I am trying to explore multithreading on a gem5 simulator running through LKMC. I want to run different processes on different CPUs, and am trying to bind the tasks to...

os: ubuntu 16.04 I'm getting this error message after I enter: ./build --download-dependencies gem5-buildroot ... Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libpng12-dev' instead...

Is this setup known to work on a mac? I know qemu and the like are all available, but not sure if I should go down that route if it's...

I am new to gem5. I want to run PARSEC benchmarks. Can I simulate simultaneous multithreading CPUs with this? Does gem5 support smt? I've tried looking into gem5 forums, but...

gem5

gem5 now has 4 UARTs in addition to old one, so we need to increment it further... HELL.

gem5