search for: dformat

Displaying 2 results from an estimated 2 matches for "dformat".

Did you mean: format
2007 Feb 25
1
Disk-On-Chip problem/question
Hi all, I've done a lot of searching (on this list and elsewhere) and I'm stuck at a point where I don't know what to try next. I'm trying to boot Linux off of a m-systems DOC using SYSLINUX 3.31. Here's what I have thusfar: 1) formatted the DOC using m-system's DFORMAT tool (installs the BIOS extension) 2) Created a C partition (FAT16) 3) Run syslinux c: (I've also tried syslinux -s c:) 4) Copied my kernel, initrd, and syslinux.cfg to C:\ My syslinux.cfg is very simple: default kernel append initrd=initrd root=/dev/ram0 5) When I reboot, SYSLINUX loa...
2004 Dec 15
21
Re: Xen and reiser4
...status_flags.c >>> >>> #include <linux/bio.h> >>> #include <linux/page-flags.h> >>> >>> >>> - PACKED is redefined, but the definitions are the same, so the gcc >>> warning can be ignored IMO >>> >>> dformat.h:#define PACKED __attribute__((packed)) >>> xen.h:#define PACKED __attribute__ ((packed)) >> >> >> > > Yup, these 2 are the same, I just didn''t recall whether they were > exactly the same. And I renamed reiser4''s definition (and its usage...