Chameleon

Chameleon Commit Details

Date:2010-07-20 20:19:07 (13 years 9 months ago)
Author:Tamás Kosárszky
Commit:189
Parents: 188
Message:Moved the stack to 0x1000:FFF0. Actually the area between 0x10000-0x20200 is unusued.
Changes:
M/trunk/i386/libsa/memory.h

File differences

trunk/i386/libsa/memory.h
4848
4949
5050
51
51
5252
5353
5454
# define BASE_SEG BOOT2_SEG
#endif
#define STACK_SEG 0x9000// zef: old STACK_SEG 0x5000
#define STACK_SEG 0x1000// zef: old STACK_SEG 0x5000
#define STACK_OFS 0xFFF0 // stack pointer
#define BOOT1U_SEG 0x1000

Archive Download the corresponding diff file

Revision: 189