Displaying 20 results from an estimated 521 matches for "cbios".
Did you mean:
bios
2007 May 03
1
cbios disk read problems
Hey folks,
I am seeing this issue with machines on which I do I/O ops thru cbios
mode. I noticed some of the reads at high sectors seem to be returning
the wrong data even though the op itself succeds. The output of the
int 13 call returns EFLAGS: 0x246 (CF is 0) and EAX is 0x1, which
indicates success according to ralph brown's int13/02h page.
The I/O code is exactly the...
2006 Sep 05
2
USB key: CBIOS line printed, nothing else
...il now, I've always had one of:
100% success (it fully boots)
100% failure (BIOS fails to recognize the USB key at all, not even
trying to boot from it).
This failure mode is rather strange.
I see, printed on the console, this text, just underneath the BIOS cruft:
SYSLINUX 3.11 2005-09-02 CBIOS Copyright (C) 1994-2005 H. Peter Anvin
could not find kernel image: linux
boot:
So, what I observed is this:
* BIOS recognizes USB key and boots from it.
* BIOS runs boot sector code correctly, finds the partition with
SYSLINUX on it, and runs SYSLINUX.
* SYSLINUX starts up.
* There's a pro...
2010 Oct 03
4
USB boot: No DEFAULT or UI configuration directive found!
Hi, friends
It is described at this page:
http://superuser.com/questions/195275/usb-boot-no-default-or-ui-configuration-directive-found
<http://superuser.com/questions/195275/usb-boot-no-default-or-ui-configuration-directive-found>help,
thanks!
--
regards
chenge
2005 Aug 16
8
SYSLINUX 3.10-pre9
I have just pushed out SYSLINUX 3.10-pre9. Please test it out,
especially everyone who has been working with me on various systems
trying to get them to work, or have had recent breakage.
-hpa
2005 Aug 18
2
Nasty Bug (BIOS?).
At first I thought, I was dealing with the known EBIOS/CBIOS-problem.
The symptom was exactly the same (hangs at ...EBIOS). As 3.10-pre8 and
3.10-pre9, in contrary what was mentioned in the ML, did not bring any
improvement, I looked deeper into what could be my specific problem.
I found out that the program just halted at 'cmp [esi],edx' (line 658;...
2009 Jul 08
1
ksvm question -- help! line search failed...
I got the data working, but now I got another problem with KSVM:
line search fails -2.793708 -0.5831701 1.870406e-05 -5.728611e-06
-5.059796e-08 -3.761822e-08 -7.308871e-13Error in
prob.model(object)[[p]]$A :
$ operator is invalid for atomic vectors
On Tue, Jul 7, 2009 at 6:45 PM, Steve
Lianoglou<mailinglist.honeypot at gmail.com> wrote:
> Hi,
>
> On Jul 7, 2009, at 6:44 PM,
2007 Oct 22
3
retrieve version information for a package?
Hi,
I am looking for a way to find out the version information of
installed R packages.
ex:
>library(affy)
>SOME_COMMAND_FOR_VERSION(affy)
I know I can do either getRversion() or R.Version() could give me the
version of R. I assume there must be a way for me to get version
information for the add-on paclages,right?
Thanks!
Yupu
2011 Sep 05
2
Need more information about VGLM
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20110905/43ff838a/attachment.pl>
2010 May 05
3
Symbolic eigenvalues and eigenvectors
Let's say I had a matrix like this:
library(Ryacas)
x<-Sym("x")
m<-matrix(c(cos (x), sin(x), -sin(x), cos(x)), ncol=2)
How can I use R to obtain the eigenvalues and eigenvectors?
Thanks,
John
[[alternative HTML version deleted]]
2017 Mar 24
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...%cx, %cx
xorb %dh, %dh
stc
int $0x13
jc 1f
cmpw $0xaa55, %bx
jne 1f
andw $1,%cx
/* Bit 0 = fixed disk subset */
jz 1f
/* We have EBIOS; patch in the following code at
read_sector_cbios: movb $0x42, %ah ; jmp read_common */
movl $0xeb42b4+((read_common-read_sector_cbios-4) << 24), \
(read_sector_cbios)
jmp 1f
1:
This is my interpretation:
David's machine's BIOS returns no carry indicating maybe
support. However it doesn'...
2017 Mar 22
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
....ascii "Key?\r\n"
It's waiting for a key because the debian iso displays some graphics
stuff so you won't have time to see any of the debug printing.
> How large is the binary currently ?
> Would there be room to print the (Cylinder, Head, Sector) address in
> case of CBIOS ?
Yes. It becoming very tight now, so I shortened the error messages.
First though I want to say I've managed to simulate David's error in
qemu by forcing isohdpfx.bin to fail the EBIOS test.
/* Check to see if we have EBIOS */
pushw %dx /* drive number */...
2011 Mar 24
2
Using C code in R
Hi,
I am new to R and I want to know how to use C code which contains two
functions one called inside another.I know that how to use C code in R if it
has only one function but dont know how to do it in above case. I want to
use the same in R .My C code is as follows.
//#include <R.h>
void sayHello();
void g();
void sayhello() {
Rprintf("Hello world %d\n",global);
}
void
2009 Sep 15
2
Putting together a constantly evolving package
Hi all,
I'm putting together some common code + data into a custom package,
everything is working out fine, but the ``R CMD INSTALL MyPackage``
call seems to take a particularly long time in the "**data" step:
$ R CMD INSTALL MyPackage/
* installing to library ?/Library/Frameworks/R.framework/Resources/
library?
* installing *source* package ? MyPackage? ...
** R
** data
2009 Sep 11
1
transposing a distance matrix in R
Hi Jeannine,
I'm just forwarding this Q&A back to the r-help list, you'll get more
eyes on it and other people might have better solutions.
Answers inline:
On Sep 11, 2009, at 12:25 PM, Jeannine Cavender-Bares wrote:
> Dear Steve,
>
> Greetings! You helped me earlier this summer with an R question in
> response to a message Brian McCarthy put out on the listserv. I
2011 Sep 08
2
As a package author, is there a way to specify that your package is architecture (x86_64) specific?
Hi,
Essentially: subject line says it all.
I've created a package that wraps an external c++ library (which I
didn't write) that only successfully compiles on 64bit machines.
I'd like to make the package broadly available, but is there a way to
get it on CRAN if the 32-bit builds break by specifying its 64-bit
only somehow?
Luckily, I've ./configure'd my
2010 Jan 21
2
How to open .rda file in R
Hi,
I have a file containing gene expressions written using the tillingArray package. I used load() and attach() to get the data into R. Both of them works fine. Now I want to see the contents of the file. How can I see the contents of the file?
Thankyou for your time.
Regards,
Ambuj
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
[[alternative HTML version
2010 Jun 14
2
Multiple regressions
Hi,
Could you please tell me whether SVM can do multiple regression or not?
Cheers,
Amy
_________________________________________________________________
Browse profiles for FREE! Meet local singles online.
[[alternative HTML version deleted]]
2009 Jul 21
2
Searching for specific values in a matrix
Hello all,
I have a seemingly simple question which I have searched for an answer for
for a few hours without luck. I have a matrix of both values and characters
with thousands of rows. I would like to run a search of this matrix for
certain values and would like the search to retrieve the entire row. How
would I accomplish this?
Thanks!
Mehdi Khan
[[alternative HTML version deleted]]
2010 Sep 23
2
hdf-files
Dear All,
I have data in HDF file format and would like to read it into R.
I have tried the package hdf5 without success.
Any ideas and suggestions??
Kind regards,
Katrin
--
Katrin Fleischer
Vrije Universiteit Amsterdam
Faculty of Earth and Life Sciences
Subdepartment Hydrolgy and Geo-Environmental Sciences
Room E-360
De Boelelaan 1085
1081 HV AMSTERDAM
Tel: +31 20 59 87391
2010 Jun 09
0
No subject
...ot;syslinux.bin" and
"syslinux.cfg" respectively and try booting with the USB drive again"
"check the drive, it only has syslinux dir and has
isolinux.bin,isolinux.cfg and has syslinux.cfg. I tried to do as you
said, it seems not work."
"SYSLINUX 3.86 2010-04-01 CBIOS ......"
1) It''s probably more useful to paste the information about your issue
into the email than including by reference. This helps someone
searching the Syslinux archives for help. It also can help someone
who is only using an email reader to assist you (ie RIM Blackberry
withou...