bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Reiser4 and GRUB...


From: Yury Umanets
Subject: Reiser4 and GRUB...
Date: Thu, 22 May 2003 18:31:23 +0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030518

Hello GRUB folks,

I'm working on reiser4 support in GRUB. And I was faced with the problem. As I understand, stage1_5 is loading into address 0x2000. Then stage1_5 gets control and loads stage2 into address 0x8000. So, we have 0x8000 - 0x2000 == 24576 bytes long room to place stage1_5 into it.

Our reiser4_stage1_5 is too big (27288 bytes) and cannot fit into 24576 bytes. Thus, it corrupts own tail durring loading stage2 at 0x8000. So, question is may I load stage2 not into 0x8000 but into 0x9c00 instead and thus free room for our stage1_5.

Thanks in advance.

--
Yury Umanets








reply via email to

[Prev in Thread] Current Thread [Next in Thread]