linux-kernel-module-cheat
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...
The error message: ``` In file included from /usr/include/signal.h:328, from ./signal.h:52, from c-stack.c:49: c-stack.c:55:26: error: missing binary operator before token "(" 55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384 |...
https://cirosantilli.com/china-dictatorship/tiananmen https://github.com/cirosantilli/china-dictatorship https://zh.wikipedia.org/wiki/六四事件 # 六四事件天安门学潮1989视频照片 Tiananmen Square protests Videos and photos Hu Yaobang memorial https://cirosantilli.com/china-dictatorship/hu-yaobang 1989-04-22 https://www.youtube.com/watch?v=D4TZ0lB3GQM | https://cirosantilli.com/china-dictatorship/the-gate-of-heavenly-peace-1995 > 反对暴力! > Oppose violence! > > 保障人权! > Guarantee human...
# 新疆维吾尔族人在公共汽车上被迫流离失所 Forced displacement of Uyghurs from Xinjiang across China in busses (2020) https://www.codastory.com/authoritarian-tech/china-uyghur-migration/ https://cirosantilli.com/china-dictatorship/#forced-displacement-of-uyghurs-across-china-2020 https://user-images.githubusercontent.com/1429315/114305864-d78b3900-9ad1-11eb-9b23-be4db4ae1fa7.mp4 https://user-images.githubusercontent.com/1429315/114305839-c3473c00-9ad1-11eb-994a-e553d80181e9.mp4 https://user-images.githubusercontent.com/1429315/114305828-b6c2e380-9ad1-11eb-96f0-b65910026d24.mp4 https://user-images.githubusercontent.com/1429315/114305847-ce9a6780-9ad1-11eb-80cd-0ed9ffc1cbc6.mp4 # Merdan Ghappar's prison video (2020, 麥爾丹·阿巴的监狱视频) https://cirosantilli.com/china-dictatorship/#merdan-ghappars-video-2020 https://user-images.githubusercontent.com/1429315/122738464-e92f5080-d279-11eb-8b96-5524d179b11a.mp4 https://user-images.githubusercontent.com/1429315/122738573-0532f200-d27a-11eb-8494-0f9aaf78cf0f.mp4 #...
https://cirosantilli.com/china-dictatorship/xi-jinping-memes Biden sanctions vs Xi Jinping tech crackdown 2021 jpg Quan Ping tshirt jpg Xi Jinping photoshopped as The Joker jpg Xi Jiang Hu jpg Xi sadomasochist jpg Mantou Xi...
Tested on a brand new ubuntu 20.04 on Virutalbox, meet following issues: ./build --download-dependencies qemu-buildroot 1. Need to modify /etc/apt/sources.list to add back deb-src ==> uncomment deb-src 2. Need to...
I'm trying to execute a python algorithm (https://github.com/shariqiqbal2810/maddpg-pytorch) on gem5 in se mode in X86. But, at first I got an error syscall 318 out of range. So, I tried...
Hi, I have ubuntu 16.04 I run `./configure` and then `./build` few seconds after the `./build` I get: ``` ui/input-keymap.c:8:44: fatal error: ui/input-keymap-linux-to-qcode.c: No such file or directory ```
Hi, I was trying to print out "hello world" on terminal(16.04) and using qemu-4.2.0 and toolchain gcc-arm-none-eabi-6-2017-q2-update. The startup and the linker I used was from : https://github.com/ARM-software/CMSIS_5/tree/5.8.0/Device/ARM/ARMCM3/Source/GCC and my...
lkmc 38eb67ad2ec46b58dbc701073ce0e980fad7788b Usually you solve this kind of crap by updating buildroot. Some threads: - https://bugs.archlinux.org/task/69572 - https://bbs.archlinux.org/viewtopic.php?pid=1968712 - https://unix.stackexchange.com/questions/646161/error-a-failure-occurred-in-build-while-installing-checkinstall-help-the-n Logs: ``` >>> host-fakeroot 1.20.2 Building PATH="/home/ciro/bak/git/lkmc/out/buildroot/build/default/x86_64/host/bin:/home/ciro/bak/git/lkmc/out/buildroot/build/default/x86_64/host/sbin:/home/ciro/.pyenv/bin:/home/ciro/perl5/bin:/home/ciro/down/bitcoin/bin:/usr/local/heroku/bin:/home/ciro/android-sdk/platform-tool s:/home/ciro/android-sdk/tools:/home/ciro/android-studio//bin:/home/ciro/android-sdk/ndk-bundle:/home/ciro/android-sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:/home/ciro/bak/git/devbin:/home/ciro/bin:/usr/local/texlive/2013/bin/x86_64-lin ux:/home/ciro/.pyenv/bin:/home/ciro/perl5/bin:/home/ciro/.nvm/versions/node/v14.17.0/bin:/home/ciro/down/bitcoin/bin:/usr/local/heroku/bin:/home/ciro/android-sdk/platform-tools:/home/ciro/android-sdk/tools:/home/ciro/android-studio//bin:/home/ciro/android-sdk/ndk-bundle:/ home/ciro/android-sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:/home/ciro/bak/git/devbin:/home/ciro/bin:/usr/local/texlive/2013/bin/x86_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap...
Hi Ciro, I am confused how system calls are called and returned in Full System and was wondering what is the intercepting point? More specifically, where does gem5 pass the...