EZ-FLASH OMEGA Kernel modified to boot directly to whatever the last game on the nor memory is, unless L is pressed.
Go to file
ApacheThunder 4f16d4d4ae Bring over changes from kernel 1.10 update.
Changelog from official 1.10 update.

* Updated the embedded gbc emulator to Jagoombacolor 0.5, credited to
EvilJagaGenius, FluBBa, Dwedit, Minucce, Sterophonick, Nuvie, Radimerry,
Therealteamplayer and other contributors.
* Added the addon support for Goodboy Galaxy for GBA v1.2.
* Upgrade FatFs library to v0.15

Note that the FatFS library update I had already ported over from DE
kernel but official build of kernel now has this. :P
2024-09-05 23:28:37 -05:00
docs omega kernel 1.03 2018-07-05 16:17:52 +08:00
source Bring over changes from kernel 1.10 update. 2024-09-05 23:28:37 -05:00
.gitignore Removed test file. 2024-07-10 00:33:06 -05:00
build.bat omega kernel 1.03 2018-07-05 16:17:52 +08:00
LICENSE Initial commit 2018-07-05 16:08:07 +08:00
Makefile Some optimizations ... 2024-07-10 00:28:52 -05:00
README.md Update README.md 2024-02-27 11:17:59 -05:00

EZ-FLASH OMEGA Kernel

Decided to modify the Omega Kernel to allow quick booting of games stored in NOR without having to go through the menus.
In order to enable it, go to the options menu, press right or left to switch pages, and toggle the option on.
Once enabled, if you want to go back to the Omega menu, hold L on boot-up.
This also works to launch the most recently played game, regardless of if it was stored in NOR or not, just hold A on boot-up.

How to build

1.We use devkitARM_r47, you can use the current version or newer.
2.Set the following environment variables in system, or modify the value in build.bat, based on your installation path

    PATH,DEVKITARM,DEVKITPRO,LIBGBA

3.Double click on build.bat under winodws. If it goes well, you will get ezkernel.gba
4.Rename the ezkernel.gba to ezkernel.bin, that is the omega kernel upgrade file