mirror of
https://github.com/brain-hackers/brainlilo
synced 2026-08-24 09:23:56 +09:00
Add support 1st generation Brain (#9)
* Add support 1st generation Brain Address information was given by pepepper. Thank you! * Use CamelCase to name enum types * Update BrainLILODrv.cpp Co-authored-by: Takumi Sueda <[email protected]> * simplify BrainGen enum types * Remove redundant debu log * Fix Gen2 and later addresses Co-authored-by: Toshifumi NISHINAGA <[email protected]> Co-authored-by: Toshifumi NISHINAGA <[email protected]> Co-authored-by: pepepper <[email protected]>
This commit is contained in:
@@ -42,8 +42,8 @@ BrainLILO.dll: BrainLILO.cpp
|
||||
$(CXX) BrainLILO.cpp -o BrainLILO.dll $(DLLFLAGS)
|
||||
$(STRIP) BrainLILO.dll
|
||||
|
||||
BrainLILODrv.dll: BrainLILODrv.cpp
|
||||
$(CXX) BrainLILODrv.cpp -o BrainLILODrv.dll $(DRVFLAGS)
|
||||
BrainLILODrv.dll: BrainLILODrv.cpp EDNA2_physicalInvoker.S
|
||||
$(CXX) BrainLILODrv.cpp EDNA2_physicalInvoker.S -o BrainLILODrv.dll $(DRVFLAGS)
|
||||
$(STRIP) BrainLILODrv.dll
|
||||
|
||||
BrainLILO.exe: bootloader.cpp
|
||||
|
||||
Reference in New Issue
Block a user