Created
March 27, 2025 07:49
-
-
Save WoodProgrammer/cc186c0f7ae971c43a5f5197402eac6c to your computer and use it in GitHub Desktop.
vmlinux.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "boot-source": { | |
| "kernel_image_path": "./vmlinux-6.1.102", | |
| "boot_args": "reboot=k panic=1 pci=off ip=169.254.0.21::169.254.0.22:255.255.255.252::eth0:off init=/src/dicedb" | |
| }, | |
| "drives": [ | |
| { | |
| "drive_id": "rootfs", | |
| "path_on_host": "/root/bin/rootfs", | |
| "is_root_device": true, | |
| "is_read_only": false | |
| } | |
| ], | |
| "network-interfaces": [ | |
| { | |
| "iface_id": "eth0", | |
| "guest_mac": "02:FC:00:00:00:05", | |
| "host_dev_name": "fc-88-tap0" | |
| } | |
| ], | |
| "machine-config": { | |
| "vcpu_count": 1, | |
| "mem_size_mib": 512 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment