{ "url_base" : "http://dist.gem5.org/dist/v22-0", "previous-versions" : {}, "resources": [ { "type" : "kernel", "name" : "x86-linux-kernel-5.2.3", "documentation" : "The linux kernel (v5.2.3), compiled to X86.", "architecture" : "X86", "is_zipped" : false, "md5sum" : "4838c99b77d33c8307b939c16624e4ac", "url" : "{url_base}/kernels/x86/static/vmlinux-5.2.3", "source" : "src/linux-kernel" }, { "type" : "disk-image", "name" : "x86-ubuntu-18.04-img", "documentation" : "A disk image containing Ubuntu 18.04 for x86..", "architecture" : "X86", "is_zipped" : true, "md5sum" : "90e363abf0ddf22eefa2c7c5c9391c49", "url" : "{url_base}/images/x86/ubuntu-18-04/x86-ubuntu.img.gz", "source" : "src/x86-ubuntu", "root_partition": "1" }, { "type" : "workload", "name" : "simple-boot", "documentation" : "Description of workload here", "function" : "set_kernel_disk_workload", "resources" : { "kernel" : "x86-linux-kernel-5.2.3", "disk_image" : "x86-ubuntu-18.04-img" }, "additional_params" : { "readfile_contents" : "echo 'Boot successful'; m5 exit" } } ] }