Chameleon

Chameleon Commit Details

Date:2011-06-25 18:53:08 (13 years 1 month ago)
Author:Evan Lojewski
Commit:1072
Parents: 1071
Message:Remove commented out code..
Changes:
M/branches/rewrite/i386/boot2/boot.c

File differences

branches/rewrite/i386/boot2/boot.c
139139
140140
141141
142
143
144
145
146
147
148142
149143
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168144
169145
170146
// next boot device on its list.
void common_boot(int biosdev)
{
//unsigned int allowBVFlags = kBVFlagSystemVolume|kBVFlagForeignBoot;
// unsigned int denyBVFlags = kBVFlagEFISystem;
// Setup VGA text mode.
// Not sure if it is safe to call setVideoMode() before the
// config table has been loaded. Call video_mode() instead.
video_mode( 2 ); // 80x25 mono text mode.
// TOOD: move to a module
/*
// Scan and record the system's hardware information.
scan_platform();
// First get info for boot volume.
scanBootVolumes(gBIOSDev, 0);
bvChain = getBVChainForBIOSDev(gBIOSDev);
setBootGlobals(bvChain);
scanDisks(gBIOSDev, &bvCount);
// Create a separated bvr chain using the specified filters.
bvChain = newFilteredBVChain(0x80, 0xFF, allowBVFlags, denyBVFlags, &gDeviceCount);
gBootVolume = selectBootVolume(bvChain);
*/
// Intialize module system
init_module_system();

Archive Download the corresponding diff file

Revision: 1072