mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
bak
This commit is contained in:
@@ -2918,9 +2918,7 @@ The target Linux kernel of the executable is a GCC toolchain build-time configur
|
||||
First let's run a dynamically linked executable built with the Buildroot toolchain:
|
||||
|
||||
....
|
||||
./build-qemu --arch aarch64 --user-mode
|
||||
./build-userland --arch aarch64
|
||||
./build-buildroot --arch aarch64
|
||||
./build --arch aarch64 user-mode-qemu
|
||||
./run \
|
||||
--arch aarch64 \
|
||||
--userland print_argv \
|
||||
@@ -2935,7 +2933,9 @@ asdf
|
||||
qw er
|
||||
....
|
||||
|
||||
This runs link:userland/print_argv.c[]. `--user-mode` path resolution is analogous to <<baremetal-setup-getting-started,that of `./run --baremetal`>>.
|
||||
This runs link:userland/print_argv.c[].
|
||||
|
||||
`./run --userland` path resolution is analogous to <<baremetal-setup-getting-started,that of `./run --baremetal`>>.
|
||||
|
||||
`./build-userland` is further documented at: <<userland-directory>>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user