Displaying 20 results from an estimated 1000 matches similar to: "MEMDISK and Drive Fitness Test hangs in VirtualBox 3"
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
$ git log -p
commit d8c5e94803fa01f0d52475a50b69681ad3135700
Author: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
Date: Sat Jan 9 15:30:49 2010 +0100
chain.c32: Add grldr= command for Grub4dos
grldr of Grub4dos wants the partition number in DH:
0xff: whole drive
0-3: primary partitions
4-*: logical partitions
diff --git a/com32/modules/chain.c
2009 Dec 28
1
[PATCH] chain.c32: add support for booting the Recovery Console of Windows NT/2K/XP
The following patch for chain.c32 adds support to boot the Recovery Console of Windows NT/2K/XP.
Normally when you want to boot the recovery console, you need to patch "cmdcons\0" into the
bootsectorof the partition (8 bytes starting at 0x3 (4th byte)).
We can do this patching in memory:
strcpy((char *) 0x7c03, "cmdcons");
To boot the recovery console with chain.c32:
2009 Dec 29
1
[PATCH] chain.c32: comments fix and usage output corrected
Comments fix and usage output corrected for chain.c32
- Gert Hulselmans
Signed-off-by: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
$ diff -u syslinux-3.84/com32/modules/chain.c.old syslinux-3.84/com32/modules/chain.c
--- syslinux-3.84/com32/modules/chain.c.old 2009-12-29 01:46:34.058793767 +0100
+++ syslinux-3.84/com32/modules/chain.c 2009-12-29 01:53:41.150794351 +0100
@@ -49,7
2009 Mar 23
1
Memdisk + Freedos problem
I and some other people have problems with running the freedos image included in
Ultimate Boot CD (UBCD), when using memdisk for floppy emulation.
Memdisk starts booting the image and freedos shows the following menu:
0 Boot Clean
1 Boot UMBPCI (silent)
2 Boot UMBPCI (optimal)
3 Boot UMBPCI (semi-defensive)
4 Boot EMM386 (optimal)
5 Boot EMM386 (semi-defensive)
6 Boot no UMB (defensive)
7 Boot
2009 Aug 16
1
Chainc.32 missing some \n one error messages
I got the following message with chain.c32
=====================
Loader file too largeBoot:
=====================
Like you can see, there should be a new line after 'large'.
I guess that some other error messages, will result in the same behavior.
Gert Hulselmans
$ diff -u com32/modules/chain.c.old com32/modules/chain.c.new
--- com32/modules/chain.c.old 2009-08-17
2009 Jul 19
2
Patch for chain.c32: Set default boot drive to CD drive from which ISOLINUX is booted
chain.c32 of SYSLINUX 3.82 does set the boot drive passed to the DL register to 0x80 and not to the boot drive (CD-drive).
This can be a problem if you want to chainload grldr (grub4dos bootloader) from a CD and if you want to let grldr search for its menu.lst file on the CD.
For more info:
http://www.boot-land.net/forums/index.php?showtopic=8457
This 1 line patch fixes the issue (Thanks to
2009 Sep 29
0
Chainc.32 missing some \n one error messages
From: Kim Mik <kimmik999999 at yahoo.co.uk>
To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
Sent: Tuesday, 29 September, 2009 22:21:39
Subject: Re: [syslinux] Chainc.32 missing some \n one error messages
> From: Kim Mik <kimmik999999 at yahoo.co.uk>
> To: syslinux at zytor.com
> Sent: Monday, 17 August, 2009 1:30:04
> Subject: [syslinux] Chainc.32
2011 Nov 12
2
dev.new() within a loop
Hello,
I have a loop where I iterate performance data files within a folder, parse and plot them in one shot (see below).
However, when executing plot_raw which invokes dev.new(..) all windows come out blank whereas if I execute each file outside of a loop then I can see the plots properly. What's wrong here?
Thanks in advance,
Best regards,
Giovanni
# given a directory name, it will
2009 Oct 12
2
Thiago Avelino has invited you to Dropbox
We're excited to let you know that Thiago Avelino has invited you to Dropbox!
Thiago Avelino has been using Dropbox to sync and share files online and across computers, and thought you might want it too.
Visit http://www.getdropbox.com/link/20.zCvZjLzqDt/NjM3MTY0ODY3 to get started.
- The Dropbox Team
____________________________________________________
To stop receiving invites from
2012 Jan 17
2
How to loop on file names
Dear all,
I need to do the same procedure on several files. But I don't know how
to refer to the file name.
Here is an example of what I am trying to do.
List of files: file1(A,B,C, D1...Dn), file2(A,B,C,E1,...,En),
file3(A,B,C,F1,...,Fn)
Procedure I want to apply on each file:
dft <- melt(df,id=c('A','B','C'))
dft$X <- substr(dft$variable,1,3)
dft$Y <-
2017 Sep 16
0
IVUsers pass is fragile. Is this okay? How can it be resolved?
On 09/14/2017 10:31 PM, Daniel Neilson wrote:
>
>
>> On Sep 14, 2017, at 9:30 PM, Hal Finkel <hfinkel at anl.gov
>> <mailto:hfinkel at anl.gov>> wrote:
>>
>>
>> On 09/14/2017 10:43 AM, Daniel Neilson wrote:
>>> Thank you for your thoughts, Hal. More information below...
>>>
>>>> On Sep 13, 2017, at 5:43 PM, Hal Finkel
2017 Sep 15
2
IVUsers pass is fragile. Is this okay? How can it be resolved?
On Sep 14, 2017, at 9:30 PM, Hal Finkel <hfinkel at anl.gov<mailto:hfinkel at anl.gov>> wrote:
On 09/14/2017 10:43 AM, Daniel Neilson wrote:
Thank you for your thoughts, Hal. More information below...
On Sep 13, 2017, at 5:43 PM, Hal Finkel <hfinkel at anl.gov<mailto:hfinkel at anl.gov>> wrote:
On 09/13/2017 01:01 PM, Daniel Neilson via llvm-dev wrote:
… snip
For
2013 Apr 23
1
about the 'length' arg of vector()
Hi,
In the man page for vector():
length: A non-negative integer specifying the desired length. Double
values will be coerced to integer: supplying an argument of
length other than one is an error.
Since long vectors are supported, it doesn't seem to be true anymore
that "double values will be coerced to integer":
> bigraw <-
2013 May 07
0
error when calling seek() twice on a gzfile connection
Hi,
I get an "internal error" when calling seek() twice on a gzfile
connection.
Create a gzip file:
bigraw <- sample(charToRaw("abcdef"), 30000000, replace=TRUE)
save(bigraw, file="bigraw.rda")
Open it:
con <- gzfile("bigraw.rda", "rb")
Then:
> seek(con, where=1)
[1] 0
> seek(con, where=24980000)
[1] 1
2017 Sep 14
2
IVUsers pass is fragile. Is this okay? How can it be resolved?
Thank you for your thoughts, Hal. More information below...
On Sep 13, 2017, at 5:43 PM, Hal Finkel <hfinkel at anl.gov<mailto:hfinkel at anl.gov>> wrote:
On 09/13/2017 01:01 PM, Daniel Neilson via llvm-dev wrote:
… snip
For example, the following IR will produce different sets of IV users if either:
i) The order of the PHI nodes in the %loop block are reordered; or
ii) The
2010 Jun 30
1
(no subject)
>From 1db8a8919482dbed4cc15509d8078b2f16a289bb Mon Sep 17 00:00:00 2001
From: Gert Hulselmans <gerth at zytor.com>
Date: Wed, 30 Jun 2010 14:10:23 +0200
Subject: [PATCH] chain.c32: add grubcfg= for passing an alternative config
filename to GRUB Legacy
GRUB Legacy reserves 89 bytes for storing the filename of the configfile
from memory address 0x8217 to 0x826f.
We allow overwriting the
2004 Jan 20
4
Bug-report: Booting DOS images from USB
Hi,
I'm doing a small hobby project writing some tools to put DOS boot images
and Linux rescue images on a USB stick.
For this I have partitioned my USB stick in 2 partitions, one 192MB
partition with a VFAT filesystem (for the normal use) and a second
partition with an ext3 filesystem.
My aim was to provide a graphical menu (grub) to access the different
images using memdisk. Since
2010 Jun 30
0
[PATCH] chain.c32: add grubcfg= for passing an alternative config
filename to GRUB Legacy
GRUB Legacy reserves 89 bytes for storing the filename of the configfile
from memory address 0x8217 to 0x826f.
We allow overwriting the default value (/boot/grub/menu.lst) when
grubcfg=<filename> is used together with grub=<loader>.
Examples:
chain.c32 fs grub=/boot/grub/stage2 grubcfg=/boot/grub/grub.lst
chain.c32 hd1,10 grub=/boot/grub/stage2
2002 Jun 07
0
smbd: Too many open files
Hi all,
can any help with our strong problem:
we are using Samba on Linux as fileserver for Win2k clients running CAD software
"Solid Edge". This program opens many files and on big projects freeze.
We tried configuration:
- samba 2.2.3a or 2.2.4
- RH 7.2 or 7.3; kernel 2.4.18, 2.4.19 up to -pre10-ac2
- i686/1GHz CPU, 512 MB RAM
- "/proc/sys/fs/file-max" from default 8192 up
2007 Dec 16
4
improving a bar graph
Hello,
Below is the code for a basic bar graph. I was seeking advice
regarding the following:
(a) For each time period there are values from 16 people. How I can
change the colour value so that each person has a different colour,
which recurs across each of the three graphs/tie epriods?
(b) I have seen much more sophisticated examples using lattice (e.g
each person has a separate