2018-10-05 07:34:10 +00:00
|
|
|
// Copyright 2018 Mikhail Klementev. All rights reserved.
|
2018-10-08 20:51:32 +00:00
|
|
|
// Use of this source code is governed by a AGPLv3 license
|
2018-10-05 07:34:10 +00:00
|
|
|
// (or later) that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package qemukernel
|
|
|
|
|
2018-10-25 23:38:12 +00:00
|
|
|
const testConfigVmlinuz = "../tools/qemu-debian-img/ubuntu1804.vmlinuz"
|
|
|
|
const testConfigInitrd = "../tools/qemu-debian-img/ubuntu1804.initrd"
|
|
|
|
const testConfigRootfs = "../tools/qemu-debian-img/ubuntu1804.img"
|
|
|
|
const testConfigSampleKo = "../tools/qemu-debian-img/ubuntu1804.ko"
|