search for: 63rd

Displaying 11 results from an estimated 11 matches for "63rd".

Did you mean: 3rd
2013 Oct 21
2
VBR conflicts filesystem?
For a bootable usb drive, syslinux seems use MBR and VBR to find vmlinuz and ramdisk. And VBR stays in the first sector of partition, 63rd for example. So does VBR conflicts the filesystem on partition?
2013 Oct 22
2
VBR conflicts filesystem?
...i at niif.hu> wrote: > Kun Huang <gareth at unitedstack.com> writes: > > > For a bootable usb drive, syslinux seems use MBR and VBR > > (and some files on the partition) > > > to find vmlinuz and ramdisk. And VBR stays in the first sector of > > partition, 63rd for example. > > The first sector of a partition can be almost any sector of the disk. > > > So does VBR conflicts the filesystem on partition? > > No, it does not (at least not with filesystems supported by Syslinux). > -- > Regards, > Feri. > _____________________...
2011 Apr 30
1
Kendall's tau code
...code (fortran and R wrapper) is available in my package clinfun v0.9.7 (not exported in NAMESPACE). Thanks, Venkat -- Venkatraman E. Seshan, Ph.D. | Attending Biostatistician Director of Biostatistics Computer-Intensive Support Services Department of Epidemiology and Biostatistics | MSKCC 307 E 63rd St 3rd Floor | New York, NY 10065 Phone: 646-735-8126 | Fax: 646-735-0010 ===================================================================== Please note that this e-mail and any files transmitted with it may be privileged, confidential, and protected from disclosure unde...
2015 Apr 01
2
[LLVMdev] Cast to SCEVAddRecExpr
Thanks Sanjoy. > To be pedantic, "var[i<<1]" is not an add recurrence, but "&var[i << > 1]" is an add recurrence. I'll assume that's that you meant. Yes, I meant the same. > I think that is because in C, multiplication is nsw but left shift is > not and so "i << 1" can legitimately sign-overflow but i * 2 cannot >
2013 Jan 03
5
splitting matrices
...it that matrix into 36 small matrices each having 12 columns and 31 rows. The big matrix should be splitted row wise. which means that the first small matrix should copy values which are in first 31 rows and 12 columns of the big matrix. similarly 2nd small matrix should contain values from 32nd to 63rd row of the big matrix and so on. on the whole i want to have 36 small matrices.i tried dim(dd) <- c(31,12,35) but the result are not stisfactory... thanks in advance elisa [[alternative HTML version deleted]]
2013 Oct 21
0
VBR conflicts filesystem?
Kun Huang <gareth at unitedstack.com> writes: > For a bootable usb drive, syslinux seems use MBR and VBR (and some files on the partition) > to find vmlinuz and ramdisk. And VBR stays in the first sector of > partition, 63rd for example. The first sector of a partition can be almost any sector of the disk. > So does VBR conflicts the filesystem on partition? No, it does not (at least not with filesystems supported by Syslinux). -- Regards, Feri.
2013 Oct 22
0
VBR conflicts filesystem?
...uang <gareth at unitedstack.com> writes: > > > > > For a bootable usb drive, syslinux seems use MBR and VBR > > > > (and some files on the partition) > > > > > to find vmlinuz and ramdisk. And VBR stays in the first sector of > > > partition, 63rd for example. > > > > The first sector of a partition can be almost any sector of the disk. > > > > > So does VBR conflicts the filesystem on partition? > > > > No, it does not (at least not with filesystems supported by Syslinux). > > -- > > Regard...
2010 Jul 31
1
Xen + Debian Squeeze + Recent ATI Graphics Card
...' argument in this report and will update with anything relevant here (i.e. if KMS doesn't/won't work at all with Xen it may be worth having nomodeset as a default for Xen Grub entries). [N.B. I was caught out by fdisk'ing the LVM partition to start at the (what was the default) 63rd sector - not the 2048th - which caused issues with Grub.] - I had a 'hack' at /etc/init.d/ where I would copy out a specific xorg.conf disabling hardware acceleration when booting Xen (rough script below - any useful updates welcome). One final query: are there plans to provide Xen HVM...
2003 Feb 26
7
[OT] Just saying hi!
I hope this list is small enough for not beeing banned when introducing oneself. So... Hi, I just subscribed to the theora-lists. I'm from the XVID project, so I know a deal about video and MPEG-4 in particular, but nothing about Vorbis/Theora etc., That's why I'm here, because I'm interested in patent-free alternatives. I guess there is no documentation of the current status
2012 Oct 27
8
RFH: loopback & blktap(2) and CDROM
Hello, I''m currently trying to understand some problems I had in the past with mixing look-back with blktap(2) for HV and PV domains. I''m stuck reading the source code, so I''d like to get some help from the list. Interrupt me if I got something fundamentally wrong in my understanding so far: 1. With pure-HV the domU gets an emulated IDE (or whatever) disk. The
2020 Jul 22
34
[RFC PATCH v1 00/34] VM introspection - EPT Views and Virtualization Exceptions
This patch series is based on the VM introspection patches (https://lore.kernel.org/kvm/20200721210922.7646-1-alazar at bitdefender.com/), extending the introspection API with EPT Views and Virtualization Exceptions (#VE) support. The purpose of this series is to get an initial feedback and to see if we are on the right track, especially because the changes made to add the EPT views are not small