Code: Select all
printf '#include<stdio.h>\nint main() { puts("Howdy!"); return 0; }' | x86_64-pc-linux-gnu-gcc -m32 -xc -o testprog - && ./testprog; rm testprogCode: Select all
Howdy!Well, I say that, but I might be misinterpreting it. EXACTLY, it sayscalavicci wrote: I say that /dev/ram0 does not exist because root=/dev/ram0 results in a complaint from the kernel that it does not exist.
Code: Select all
VFS: Cannot open root device "ram0" or unknown-block(0,0): error -6Code: Select all
arecord -D plughw:0,0 test.wav