mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
seq_file, printk to pr_info, disk persistency
This commit is contained in:
13
README.md
13
README.md
@@ -123,6 +123,19 @@ We have not managed to track this problem down yet, but the following workaround
|
||||
|
||||
This started happening when we switched to building QEMU through Buildroot, and has not been observed on later Ubuntu.
|
||||
|
||||
## Filesystem persistency
|
||||
|
||||
The root filesystem is persistent across:
|
||||
|
||||
./runqemu
|
||||
./runqemu
|
||||
|
||||
However, when you do:
|
||||
|
||||
./run
|
||||
|
||||
it gets overwritten by a fresh filesystem and you lose all changes.
|
||||
|
||||
## Text mode
|
||||
|
||||
Show serial output of QEMU directly on the current terminal, without opening a QEMU window:
|
||||
|
||||
Reference in New Issue
Block a user