mirror of
https://github.com/brain-hackers/brainlilo
synced 2024-11-01 07:48:00 +09:00
Merge branch 'gen1' of github.com:tnishinaga/brainlilo into gen1
This commit is contained in:
commit
8200dd14a1
@ -260,7 +260,7 @@ static bool doLinux()
|
|||||||
outputDebugMessage(L"BrainLILO: opening Bootloader file: %s", fn.c_str());
|
outputDebugMessage(L"BrainLILO: opening Bootloader file: %s", fn.c_str());
|
||||||
|
|
||||||
brain_gen = SelectGen(model);
|
brain_gen = SelectGen(model);
|
||||||
outputDebugMessage(L"BrainLILO: This is %d generation Brain", brain_gen);
|
outputDebugMessage(L"BrainLILO: this is %d generation Brain", brain_gen);
|
||||||
SetAddress(brain_gen);
|
SetAddress(brain_gen);
|
||||||
|
|
||||||
hUBoot = CreateFile(fn.c_str(), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
|
hUBoot = CreateFile(fn.c_str(), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user