Memorizer: remove kasan poison on boot

Originally, Memorizer kernel fed inputs to add boot printouts from a debug tool, however, it creates unnecessary output. Remove the kernel boot option parameter.

Signed-off-by: Nathan Dautenhahn <ndd@cis.upenn.edu>
This commit is contained in:
Nathan Dautenhahn 2018-05-31 16:49:27 -04:00
parent 679edce979
commit 3ddca63774

View File

@ -1,6 +1,6 @@
kernel:
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
cmdline: "console=ttyS0 page_poison=1"
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.4
- linuxkit/runc:v0.4