Chameleon

Chameleon Commit Details

Date:2014-11-29 15:43:58 (9 years 3 months ago)
Author:ErmaC
Commit:2500
Parents: 2499
Message:typo
Changes:
M/branches/ErmaC/Enoch/i386/libsaio/vbe.c
M/branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c

File differences

branches/ErmaC/Enoch/i386/libsaio/vbe.c
116116
117117
118118
119
120
119121
120122
121123
......
153155
154156
155157
158
159
156160
157161
158162
......
260264
261265
262266
267
268
263269
264270
265271
......
273279
274280
275281
282
283
276284
277285
278286
......
286294
287295
288296
297
298
289299
290300
291301
......
299309
300310
301311
312
313
302314
303315
304316
......
308320
309321
310322
323
324
311325
312326
313327
return(bb.eax.r.h);
}
//==============================================================================
/*
* Default GTF parameter values.
*/
return x*y;
}
//==============================================================================
int generateCRTCTiming( unsigned short width,
unsigned short height,
unsigned long paramValue,
return 0;
}
//==============================================================================
int setVBEMode(unsigned short mode, const VBECRTCInfoBlock * timing)
{
bb.intno = 0x10;
return(bb.eax.r.h);
}
//==============================================================================
int setVBEPalette(void *palette)
{
bb.intno = 0x10;
return(bb.eax.r.h);
}
//==============================================================================
int getVBEPalette(void *palette)
{
bb.intno = 0x10;
return(bb.eax.r.h);
}
//==============================================================================
int getVBECurrentMode(unsigned short *mode)
{
bb.intno = 0x10;
return(bb.eax.r.h);
}
//==============================================================================
int getVBEPixelClock(unsigned short mode, unsigned long * pixelClock)
{
bb.intno = 0x10;
branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c
454454
455455
456456
457
457
458
458459
459460
460461
......
479480
480481
481482
482
483
484
483485
484486
485487
......
507509
508510
509511
510
512
513
511514
512515
513516
static int idx = -1;
intmap;
if (!bootInfo->memDetect) {
if (!bootInfo->memDetect)
{
return false;
}
static int idx = -1;
intmap;
if (!bootInfo->memDetect) {
if (!bootInfo->memDetect)
{
return false;
}
static int idx = -1;
intmap;
if (!bootInfo->memDetect) {
if (!bootInfo->memDetect)
{
return false;
}

Archive Download the corresponding diff file

Revision: 2500