Update win1vesa.html

master
zmv7 2021-02-07 19:36:49 +05:00 committed by GitHub
parent 1f26ca9919
commit a81b2627a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
cycles: "max",
autolock: true,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/p3597m0e09usho8/WIN1VESA.ZIP").then(function () {
fs.extract("https://dl.dropbox.com/s/8sbh55u26nhqf1c/WIN1VESA.ZIP").then(function () {
main(["-c", "boot w1vesa.img"]).then(function (ci) {
window.ci = ci;
});