Skip to content

Instantly share code, notes, and snippets.

@agultiga
agultiga / grub.cfg
Last active February 23, 2018 09:23 — forked from aguslr/README.md
# MultiBoot USB with Grub2
# http://forums.kali.org/showthread.php?1025-Grub2-Loop-Boot-Solution
# http://gist.github.com/Thermionix/1840478
# http://www.circuidipity.com/multi-boot-usb.html
# http://www.panticz.de/MultiBootUSB
# Config for GNU GRand Unified Bootloader (GRUB)
# /boot/grub/grub.cfg
insmod font
var cv = document.getElementById('cv');
var c = cv.getContext('2d');
var txtDiv = document.getElementById('txt');
var fileBtn = document.getElementById("up-button");
var img = new Image();
img.src = 'a.jpg';
img.onload = init; // 图片加载完开始转换
fileBtn.onchange = getImg;
// 根据灰度生成相应字符