Displaying 4 results from an estimated 4 matches for "btg".
Did you mean:
big
2006 Nov 08
1
get compressed data via a socket connection
...lp, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(seqinr) # loading seqinr
> choosebank("hoverprot") # choose the database ( this operation will
open the socketanknameSocket$socket )
> query("toto","k=btg@") # do a query ( it means : give me the
sequences associated to the keywords begining with btg, save the list in
toto)
> socket <- banknameSocket$socket # here I save the socket in "socket"
>
request="extractseqs&lrank=2&format=\"fasta\"&op...
2011 Nov 13
8
ioperm problem
Hi,
I''m trying to port AMD VGA passthru patch to the latest XEN and vanila kernel
and I got SIGSEGV in
static void ati_hw_out(uint16_t hport, uint32_t data)
{
ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 1);
asm volatile ("out %1, %0"::"Nd"(hport),"a"(data));
ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 0);
}
I tried old 2.6.32
2004 Jan 27
11
test
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment.
2012 Jun 05
7
Re: XEN MTRR
On Sun, Jun 03, 2012 at 05:31:32PM +1000, aorchis@gmail.com wrote:
> Hi Jeremy and Konrad,
CC-ing xen-devel.
>
> Basically the driver NVIDIA provided is a binary blob and recent
> versions does not work with the PAT layout of XEN so it falls back to
> MTRR to provide write combining (please correct me if I''m wrong).
OK? Which is still OK. Are you using a v3.4 kernel