split build and run scripts due to option conflicts

Remove -v from travis as it blew log length
This commit is contained in:
Ciro Santilli
2017-11-02 17:38:33 +00:00
parent d7569bec0c
commit 6c51ecaf7b
13 changed files with 220 additions and 225 deletions

View File

@@ -2,7 +2,7 @@
To GDB the Linux kernel, first run:
./runqemu -d
./run -d
If you want to break immediately at a symbol, e.g. `start_kernel` of the boot sequence, run on another shell:
@@ -46,7 +46,7 @@ So we cannot set the breakpoints before `insmod`.
However, the Linux kernel GDB scripts offer the `lx-symbols` command, which takes care of that beautifully for us:
./runqemu -d
./run -d
./rungdb
In QEMU: