out-of-tree kernel {module, exploit} development tool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- // Copyright 2018 Mikhail Klementev. All rights reserved.
- // Use of this source code is governed by a AGPLv3 license
- // (or later) that can be found in the LICENSE file.
-
- package qemu
-
- const testConfigVmlinuz = "../tools/qemu-debian-img/ubuntu2004.vmlinuz"
- const testConfigInitrd = "../tools/qemu-debian-img/ubuntu2004.initrd"
- const testConfigRootfs = "../tools/qemu-debian-img/ubuntu2004.img"
- const testConfigSampleKo = "../tools/qemu-debian-img/ubuntu2004.ko"
|