mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
split build and run scripts due to option conflicts
Remove -v from travis as it blew log length
This commit is contained in:
5
x11.md
5
x11.md
@@ -4,9 +4,10 @@ Only tested successfully in `x86_64`.
|
||||
|
||||
Build:
|
||||
|
||||
./run -x
|
||||
./build -x
|
||||
./run
|
||||
|
||||
We don't build X11 by default because it takes a considerable amount of time (~20%), and is not expected to be used by most users.
|
||||
We don't build X11 by default because it takes a considerable amount of time (~20%), and is not expected to be used by most users: you need to pass the `-x` flag to enable it.
|
||||
|
||||
Inside QEMU:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user