diff --git a/debug.html b/debug.html index b5b6a651..6682f5ff 100644 --- a/debug.html +++ b/debug.html @@ -18,6 +18,7 @@ + diff --git a/src/browser/main.js b/src/browser/main.js index cbba6bb7..bc299e60 100644 --- a/src/browser/main.js +++ b/src/browser/main.js @@ -270,6 +270,26 @@ }, name: "Windows", }, + { + id: "debian", + state: { + "url": "images/debian-state-base.bin", + }, + name: "Debian", + memory_size: 512 * 1024 * 1024, + vga_memory_size: 8 * 1024 * 1024, + hda: { + "url": "", + "size": 5, + "async": true, + }, + filesystem: { + "basefs": { + "url": HOST + "images/debian-base-fs.json", + }, + "baseurl": HOST + "images/debian-9p-rootfs-flat/", + }, + }, { id: "linux26", cdrom: {