Skip to content

Commit

Permalink
ISO file was not relative
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 21, 2024
1 parent 758a98f commit 26ebfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/emulator.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const emulator = new V86({
url: 'https://raw.githubusercontent.com/copy/v86/master/bios/vgabios.bin',
},
cdrom: {
url: 'lib/rootfs.iso',
url: './lib/rootfs.iso',
},
hda: null,
hdb: null,
Expand Down

0 comments on commit 26ebfbf

Please sign in to comment.