more hvm work

This commit is contained in:
Alex Zenla
2024-05-08 02:30:48 -07:00
parent 29b3f91e60
commit 7fb2732f4b
4 changed files with 23 additions and 16 deletions

View File

@ -23,7 +23,7 @@ async fn main() -> Result<()> {
mem_mb: 512,
kernel: fs::read(&kernel_image_path).await?,
initrd: fs::read(&initrd_path).await?,
cmdline: "console=hvc0 debug earlyprintk=xen,keep loglevel=10".to_string(),
cmdline: "earlyprintk=xen earlycon=xen console=hvc0 init=/init".to_string(),
swap_console_backend: None,
disks: vec![],
channels: vec![],