⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 raw2splash

📁 Hermit-at-1.1.3,一款bootloader
💻
字号:
#!/usr/bin/perl -wuse strict;$| = 1;		# autoflush stdoutprint <<'EOF';/* * Copyright (c) 2001 Blue Mug, Inc.  All Rights Reserved. */unsigned char splash_bits[] __attribute__ ((section(".splash"))) ={EOFopen(FOLD, "|fold -s -w72");while (defined (my $c = getc)) {    printf FOLD "0x%02x, ", ord($c);}close(FOLD);print "\n\n};\n";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -