Chameleon

Chameleon Commit Details

Date:2010-07-27 19:06:36 (13 years 8 months ago)
Author:Tamás Kosárszky
Commit:266
Parents: 265
Message:Fixed BIOS_ADDR location in memory.h (solved RAID mode EBIOS read errors). Thanks Zandig!
Changes:
M/trunk/i386/libsa/memory.h

File differences

trunk/i386/libsa/memory.h
5757
5858
5959
60
60
6161
6262
6363
#define BOOT2_SEG 0x2000
#define BOOT2_OFS 0x0200 // 512 byte disk sector offset
#define BIOS_ADDR 0x9000 // BIOS disk I/O buffer
#define BIOS_ADDR 0x8000 // BIOS disk I/O buffer
#define BIOS_LEN 0x8000 // 32K - divisible by 512 and 2048
#define BOOT0_ADDR 0x7E00 // boot0 gets loaded here

Archive Download the corresponding diff file

Revision: 266