From df62e66c8d9131366391522118375868cb115cfe Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 3 May 2025 07:40:28 +0100 Subject: [PATCH] EVERYTHING is biult from source and 9p typo --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1a0c589..20e6d51 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Linux Kernel Module Cheat :cirosantilli-media-base: https://raw.githubusercontent.com/cirosantilli/media/master/ -:description: The perfect emulation setup to study and develop the <> v5.9.2, kernel modules, <>, <> and x86_64, ARMv7 and ARMv8 <> and <> assembly, <>, <> and <>. <> and <> just work. Powered by <> and <>. Highly automated. Thoroughly documented. Automated <>. "Tested" in an Ubuntu 20.04 host. +:description: The perfect emulation setup to study and develop the <> v5.9.2, kernel modules, <>, <> and x86_64, ARMv7 and ARMv8 <> and <> assembly, <>, <> and <>. EVERYTHING is built from source. <> and <> just work. Powered by <> and <>. Highly automated. Thoroughly documented. Automated <>. "Tested" in an Ubuntu 20.04 host. :idprefix: :idseparator: - :nofooter: @@ -5577,7 +5577,7 @@ All of 9P and NFS (and sshfs) allow sharing directories between guest and host. Advantages of 9P -* requires `sudo` on the host to mount +* doesn't require `sudo` on the host to mount * we could share a guest directory to the host, but this would require running a server on the guest, which adds <> + Furthermore, this would be inconvenient, since what we usually want to do is to share host cross built files with the guest, and to do that we would have to copy the files over after the guest starts the server.