-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7d4f4f
commit 392fc2b
Showing
38 changed files
with
84 additions
and
68 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
############################################################################### | ||
# [games.cfg] | ||
# to load DinoChrome | ||
############################################################################### | ||
|
||
menuentry "DinoChrome" --class "dino" { | ||
linux16 ${GAME}/memdisk raw | ||
initrd16 ${GAME}/dino.img | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,36 @@ | ||
############################################################################### | ||
# [control.cfg] | ||
# Configuration file around the EFI Grub2 | ||
# [grub.cfg] | ||
# to be loaded by normal | ||
############################################################################### | ||
|
||
#============================================================================== | ||
#####----{load theme}---- | ||
#####----{display}---- | ||
#------------------------------------------------------------------------------ | ||
source $prefix/theme.cfg | ||
source ${prefix}/themes/display.cfg | ||
#============================================================================== | ||
|
||
#============================================================================== | ||
#####----{case}---- | ||
#------------------------------------------------------------------------------ | ||
source $prefix/case.cfg | ||
source ${cmdpath}/case.cfg | ||
#============================================================================== | ||
|
||
#============================================================================== | ||
#####----{menuentry}---- | ||
#------------------------------------------------------------------------------ | ||
search --no-floppy --set=root --file $txt_grub | ||
source $txt_grub | ||
search --no-floppy --set=root --file ${txt_grub} | ||
source ${txt_grub} | ||
#============================================================================== | ||
|
||
#============================================================================== | ||
#####----{dino}---- | ||
#------------------------------------------------------------------------------ | ||
dino=$prefix/dino.img | ||
search --no-floppy --set=root --file $dino | ||
menuentry "DinoChrome" --class "dino" { | ||
linux16 $prefix/memdisk raw | ||
initrd16 $dino | ||
} | ||
GAME=${cmdpath}/games | ||
source ${GAME}/games.cfg | ||
#============================================================================== | ||
|
||
#============================================================================== | ||
#####----{exit}---- | ||
#------------------------------------------------------------------------------ | ||
menuentry "Exit" --class "exit" {exit} | ||
menuentry "Exit" --class "exit" --hotkey "esc" {exit} | ||
#============================================================================== |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
############################################################################### | ||
# [display.cfg] | ||
# to load something for display | ||
############################################################################### | ||
|
||
#============================================================================== | ||
#####----{gfx}---- | ||
#------------------------------------------------------------------------------ | ||
set gfxmode=auto,1024x768 | ||
set gfxpayload=text | ||
terminal_output gfxterm | ||
#============================================================================== | ||
|
||
#============================================================================== | ||
#####----{fonts}---- | ||
#------------------------------------------------------------------------------ | ||
loadfont Ubuntu_Mono_Bold28 | ||
loadfont Terminus_Regular_12 | ||
#============================================================================== | ||
|
||
#============================================================================== | ||
#####----{theme}---- | ||
#------------------------------------------------------------------------------ | ||
grub_theme=brunch | ||
set theme=${prefix}/themes/${grub_theme}/theme.txt | ||
export theme | ||
#============================================================================== |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters