Skip to content

Commit

Permalink
Add memes
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jun 7, 2018
1 parent 5cc1bcc commit 84e19f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions isofiles/boot/grub/grub.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
set timeout=0
set default=0
#set timeout=0
#set default=0

insmod all_video
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext

font=unicode

terminal_input console
terminal_output gfxterm

insmod png
background_image -m stretch /boot/grub/meme1.png

menuentry "my os" {
multiboot2 /boot/kernel.bin
Expand Down
Binary file added isofiles/boot/grub/meme1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84e19f7

Please sign in to comment.