Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 640 Bytes

#EZ-FLASH OMEGA Kernel

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

Docker

docker build -t ezkernel .
docker container run --rm -v "$(pwd)":/ezkernel:rw ezkernel

Rename the ezkernel.gba to ezkernel.bin, that is the omega kernel upgrade file