mirror of
				https://github.com/brain-hackers/brainlilo
				synced 2025-11-04 06:28:37 +09:00 
			
		
		
		
	
			
				
					
						
					
					22bb734d29659dd232f83a077c917f35e5fd5019
				
			
			
		
	Add README / declare the version number in Makefile
BrainLILO
Jump to U-Boot directly from Windows CE running on a SHARP Brain.
Build on x86_64 Linux
- Get cegcc and unzip it
 - Copy the directory 
cegccinto/opt - Run 
makewith thePREFIXspecified 
Equivalent shell snippet:
wget -O cegcc.zip https://github.com/brain-hackers/cegcc-build/releases/download/2022-04-11-133546/cegcc-2022-04-11-133546.zip
unzip -q cegcc.zip
mkdir -p /opt  # it may need sudo
cp -r cegcc /opt/  # it may need sudo
make PREFIX=/opt/cegcc
Install (using the pre-built binary)
- Download the ZIP in the latest release and unzip it
 - Create 
アプリdirectory in the SD card's root directory and copyBrainLILOinto it - Create 
LOADERdirectory in the SD card's root directory and copyu-boot.bininto it 
Install (using your binary)
- Create a directory named 
BrainLILO - Copy dlls and the exe into it, renaming BrainLILO.exe to AppMain.exe
 - Create a blank 
index.dinin the directory - Follow the step 2 and 3 in Install (using the pre-built binary)
 
Equivalent shell snippet:
mkdir BrainLILO
cp *.dll BrainLILO/
cp BrainLILO.exe BrainLILO/AppMain.exe
touch BrainLILO/index.din
					Languages
				
				
								
								
									C++
								
								86%
							
						
							
								
								
									Makefile
								
								8.7%
							
						
							
								
								
									Assembly
								
								3.2%
							
						
							
								
								
									C
								
								2.1%