Skip to content

Commit 7bb1791

Browse files
author
Ian Seyler
committed
Update init call for virtio
1 parent a624bde commit 7bb1791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init/nvs.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ init_nvs_check_bus:
4545
%endif
4646
%ifndef NO_VIRTIO
4747
cmp ax, 0x0100 ; Mass Storage Controller (01) / SCSI storage controller (00)
48-
je init_nvs_virtio_blk
48+
je init_nvs_virtio
4949
%endif
5050
jmp init_nvs_check_bus ; Check Bus Table again
5151

0 commit comments

Comments
 (0)