Displaying 4 results from an estimated 4 matches for "fsys_buf".
Did you mean:
fs_buf
2007 Mar 03
5
[PATCH] Compile issue with tools/libfsimage/iso9660
...tl.ca>
diff -r 8eff89a69521 tools/libfsimage/iso9660/fsys_iso9660.c
--- a/tools/libfsimage/iso9660/fsys_iso9660.c Fri Mar 02 18:42:00 2007 -0500
+++ b/tools/libfsimage/iso9660/fsys_iso9660.c Fri Mar 02 23:59:19 2007 -0500
@@ -53,8 +53,8 @@ struct iso_inode_info {
((struct iso_inode_info *)(FSYS_BUF+sizeof(struct iso_sb_info)))
#define PRIMDESC ((struct iso_primary_descriptor *)(FSYS_BUF + 2048))
#define DIRREC ((struct iso_directory_record *)(FSYS_BUF + 4096))
-#define RRCONT_BUF ((unsigned char *)(FSYS_BUF + 6144))
-#define NAME_BUF ((unsigned char *)(FSYS_BUF +...
2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
...in use by GRUB:
0x007be BOOT_PART_TABLE
0x01000-0x1fff STAGE1_STACK / real mode stage2 STACKOFF (< 0x2000)
0x02000 MB_CMDLINE_BUF
0x07C00 BOOTSEC_LOCATION / MBR
0x08000 stage1 / PBR (start.S)
0x08200 stage2 (asm.S)
0x10000 LINUX_ZIMAGE_ADDR
0x60000-0x67fff protected mode stack
0x68000 FSYS_BUF (filesystem (not raw device) buffer / 32k)
0x70000 BUFFERADDR (raw device buffer / 31.5K)
0x77e00 SCRATCHADDR (512-byte scratch area)
0x78000 PASSWORD_BUF ... MENU_BUF
0x80000 free?
0x90000 LINUX_OLD_REAL_MODE_ADDR
0xA0000 Video memory?
0xB0000 HERCULES_VIDEO_ADDR
0x100000 LINUX_BZIMAGE_ADDR...
2008 Sep 11
13
PV-GRUB - Does not read partition-less disk
Hi folks
PV-GRUB built from Xen 3.3.0 is not able to read from devices without a
partition table:
| grubdom> root (hd0)
| Filesystem type unknown, using whole disk
Part of the config:
| disk = [ "phy:vg0_sledgehammer/servext_root,xvda,w" ]
Device:
| # file -s /dev/vg0_sledgehammer/servext_root
| /dev/vg0_sledgehammer/servext_root: symbolic link to
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply