11 lines
468 B
Go
11 lines
468 B
Go
// 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 qemukernel
|
|
|
|
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"
|