Displaying 1 result from an estimated 1 matches for "fsys_xxx".
2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
...)
0x78000 PASSWORD_BUF ... MENU_BUF
0x80000 free?
0x90000 LINUX_OLD_REAL_MODE_ADDR
0xA0000 Video memory?
0xB0000 HERCULES_VIDEO_ADDR
0x100000 LINUX_BZIMAGE_ADDR / XEN
Maybe reusing 0x90000 could work (because we don''t want to boot old
linux stuff)?
Or the FSYS_BUF at 0x68000? Other fsys_xxx modules use the 32k at
0x68000 FSYS_BUF.
Well, I experimented with these addresses, but the problem seems to be
that ZFS_SCRATCH needs *lots* of free space. All the areas below 0x100000
appear to be too small for fsys_zfs.c
I''m currently using 0x4000000 as MOS base address, as an ugly...