Displaying 8 results from an estimated 8 matches for "usbb".
Did you mean:
usb
2017 Dec 10
3
Can USBstikA boot USBstkB ?!
...template:
Since I will assume that the order of mounting / accessing files is:
1: KERNEL /boot/S3P3/vmlinuz-3.2.0-4-486
2: INITRD /boot/S3P3/initrd.img-3.2.0-4-486
3: <mount applicable root> ,
I'll put the new krnl & initrd, in their own dir in usbA: to avoid
the possible problem of usbB not being readable. from usbA
So minimally modifying a proven entry on usbA:isolinux.cfg gives:-
LABEL S3:P3:rootUseLABEL
MENU LABEL video args for S3:P3
TEXT HELP
Use proven Krn & initrd from S3P3 copied to own /boot/S3P3
ENDTEXT
KERNEL /boot/S3P3/vmlinuz-3.2.0-4-486
INITRD /boot/S3P3/initrd....
2010 Jun 13
2
[LLVMdev] Bignum development
...ly writes the carry to a byte, and then uses logical
operations on it, which slows things down much more.
I guess what is needed is an intrinsic @llvm.uadc.with.overflow.i64
which should take three arguments, the two i64's being added and an
i1, being the carry from before.
This and a similar usbb might be the only things missing to make IR
efficient for developing low level routines for a bignum library!
Bill.
On 12 June 2010 19:37, Bill Hart <goodwillhart at googlemail.com> wrote:
> On 12 June 2010 00:51, Eli Friedman <eli.friedman at gmail.com> wrote:
>> On Fri, Jun...
2010 Jun 13
0
[LLVMdev] Bignum development
...then uses logical
> operations on it, which slows things down much more.
>
> I guess what is needed is an intrinsic @llvm.uadc.with.overflow.i64
> which should take three arguments, the two i64's being added and an
> i1, being the carry from before.
>
> This and a similar usbb might be the only things missing to make IR
> efficient for developing low level routines for a bignum library!
>
> Bill.
>
> On 12 June 2010 19:37, Bill Hart <goodwillhart at googlemail.com> wrote:
>> On 12 June 2010 00:51, Eli Friedman <eli.friedman at gmail.com>...
2017 Dec 10
0
Can USBstikA boot USBstkB ?!
...ssume that the order of mounting / accessing files is:
> 1: KERNEL /boot/S3P3/vmlinuz-3.2.0-4-486
> 2: INITRD /boot/S3P3/initrd.img-3.2.0-4-486
> 3: <mount applicable root> ,
> I'll put the new krnl & initrd, in their own dir in usbA: to avoid
> the possible problem of usbB not being readable. from usbA
>
> So minimally modifying a proven entry on usbA:isolinux.cfg gives:-
> LABEL S3:P3:rootUseLABEL
> MENU LABEL video args for S3:P3
> TEXT HELP
> Use proven Krn & initrd from S3P3 copied to own /boot/S3P3
> ENDTEXT
> KERNEL /boot/S3P3/vmlinu...
2017 Dec 02
2
Can USBstikA boot USBstkB ?!
AIM: from <isolinux> on USBstikA,
boot Debian7 installation on USBstikB.
EXISTING STATE:
USBstikA is TinyCore64bit booter, with:-
/boot/isolinux/*
61312 Oct 26 2016 menu.c32
24576 Oct 26 2016 isolinux.bin
2069 Nov 22 01:24 isolinux.cfg
...
USBstikB-partition3:
Currently boots a 32bit installation, via GRUB using the entry:-----
menuentry 'Debian GNU/Linux, with Linux
2010 Jun 13
2
[LLVMdev] Bignum development
...operations on it, which slows things down much more.
>>
>> I guess what is needed is an intrinsic @llvm.uadc.with.overflow.i64
>> which should take three arguments, the two i64's being added and an
>> i1, being the carry from before.
>>
>> This and a similar usbb might be the only things missing to make IR
>> efficient for developing low level routines for a bignum library!
>>
>> Bill.
>>
>> On 12 June 2010 19:37, Bill Hart <goodwillhart at googlemail.com> wrote:
>>> On 12 June 2010 00:51, Eli Friedman <eli.fr...
2010 Jun 12
0
[LLVMdev] Bignum development
On 12 June 2010 00:51, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Fri, Jun 11, 2010 at 3:28 PM, Bill Hart <goodwillhart at googlemail.com> wrote:
>> Hi Eli,
>>
>> On 11 June 2010 22:44, Eli Friedman <eli.friedman at gmail.com> wrote:
>>> On Fri, Jun 11, 2010 at 10:37 AM, Bill Hart <goodwillhart at googlemail.com> wrote:
2010 Jun 11
3
[LLVMdev] Bignum development
On Fri, Jun 11, 2010 at 3:28 PM, Bill Hart <goodwillhart at googlemail.com> wrote:
> Hi Eli,
>
> On 11 June 2010 22:44, Eli Friedman <eli.friedman at gmail.com> wrote:
>> On Fri, Jun 11, 2010 at 10:37 AM, Bill Hart <goodwillhart at googlemail.com> wrote:
>>> a) What plans are there to support addition, subtraction,
>>> multiplication, division,