similar to: MEMDISK Presence API

Displaying 20 results from an estimated 700 matches similar to: "MEMDISK Presence API"

2003 Jan 31
1
MEMDISK: Image seems to have fractional end cylinder
Hi, I created a 4 Meg Byte primanry DOS patition onto a hard disk. This partition was formatted with format /s. The hard drive was able to boot DOS. After that I connected the drive to a Linux machine and created and image with the command dd if=/dev/had1 of=hard.img When I send this image to my PXE client I see on the screen: MEMLINUX: Image seems to have fractional end cylinder MEMLINUX:
2007 Oct 29
2
PXE booting dos
Using memlinux I have been able to PXE boot an image I created from one of our DOS boot floppies. It works quite well. I am unable to figure out how to build a larger disk image however. It appears you can use a 2880k floppy without having to pass special options. My attempts so far have failed. Has anyone done this before? I would like to convert the working disk image I have (1.4 meg) to a
2007 Mar 10
1
What code is related to the writable page?
In xen 3.0.4-1 source, where is the *unhook/rehook page table implementation* which is important things in ''writable page table mode''.? I can''t find it. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Mar 25
3
Com32 api problem !
(sorry for my english if it is approximate !) I want to access harddisk from com32 api with PXELINUX. I try to use int 13h Extended Read Drive Parameters (48h), it doesn't works. Here is my code, I have an error 1 in AH return code. Int 13h Read Drive Parameters (08h) work well. ******************************************************************************************* struct params {
2004 Dec 18
0
Removing COMSPEC from win32-open3
Hi all, Aslak brought up a good point with regards to returning the pid for a popen4() method. As it stands now, it returns the pid of the shell rather than the pid of the process itself. However, my attempts to remove the COMSPEC stuff result in CreateProcess() failing with an error code of 2, i.e. "the system cannot find the file specified" - not too helpful. This is when I tried
2004 Dec 09
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
(Sorry, Outlook webmail prohibits me from proper replying/quoting) >it has the nice effect that you can load the El Torito >CD-ROM driver. Which seems logical if you boot a kernel (like Linux, or Memdisk with an imagefile), but not when doing a local boot (diskette/harddisk) In other words: boot from cdrom, and if you then load a disk-image, eltorito.sys should load. If not loading a
2013 Feb 16
1
Write access for wiki howto "Nested virtualization on CentOS 6"
Dear admins, My centos wiki username: MarkSmulders Proposed subject: Nested virtualization on CentOS 6 Proposed location: under Howto > Virtualization Content is ready for preview under "Steps to enable nested virtualization on CentOS 6" in my online notes at https://sites.google.com/a/nocoffee.nl/technotes/nested-virtualization-on-centos-6 Thanks, Mark (using alias
2003 Jan 10
1
Suggested modification to shell command
I'm using R 1.6.1 on Windows 95 with cygwin bash as my shell. The 'shell' command tries to determine which shell the user prefers via the following steps: shell <- Sys.getenv("R_SHELL") if (!nchar(shell)) shell <- Sys.getenv("SHELL") if (!nchar(shell)) shell <- Sys.getenv("COMSPEC") For me, shell
2013 Jul 19
1
copiar directorio en r
Muchas gracias Miguel. Os pongo mi soluciĆ³n por si alguien necesita llamar a distintos tipos de sistema. setwd("C:/Users/usuario/Desktop/Pruebas/") x <- sessionInfo() sistema <- substr(x$R.version$system,1, 3 ) origen <- "Carp" destino <- "Carp235" switch(sistema, x86 = system(paste(Sys.getenv("COMSPEC"),"/c
2002 Dec 04
0
How to create a hard disk image to load with pxelinux
Hello: I'm trying to load a DR-DOS image for a set of thin clients through the memlinux module of pxelinux. After some help from the people at the Etherboot list, I was able to make a DR-DOS 2.88 floppy image and loaded it O.K. The problem is that the program I need to deploy requires a C: drive, so I'm trying to create a hard disk image to load. I couldn't find any help on how to
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
Hi, could somebody apply the below patch, please? It removes a couple of environment variables which are propagated to the child process so far, but which not really necessary to keep child processes running. What's left now is the bare minimum which is requested by scripts, typically. Thanks, Corinna Index: openbsd-compat/bsd-cygwin_util.c
2010 Dec 21
2
[PATCH][git-pull] core/diskstart.inc
git://git.zytor.com/users/genec/syslinux.git Branch core-diskstart-boot-for-hpa. I found that INT 13h AH 08h in BOCHS used ES, DI, at least when using a partitionless HDD, causing "Boot error" from the magic check as it was loaded to the wrong location. HPA suggested wrapping INT 13h with the push/pop for ES's safety. This then lead to checking over for all int 13h calls in
2010 May 22
1
calling Perl script from R on Windows 7
Hi list, I would like to capture the console output of a Perl script by running the script from R. I have tried the following: # Create perl script cat( 'print "Hello World\n";',file="hello.pl" ) # Trial 1 system(command="c:\\Perl64\\bin\\perl hello.pl") -I saw no output for the above command. I have used this method before to run perl scripts that
2007 Mar 19
1
"Module not found"
I'm trying to run a program called GSAK (Geocaching Swiss Army Knife) under Wine. Most of it runs, however, as part of its normal operation it creates a batch file, BABEL.BAT, to communicate with a GPS using GPSBabel. I've run GPSBabel by itself under wine and it works. I've run the batchfile by hand and *THAT* works (under wcmd). However, I've since discovered that when GSAK
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all, Gert Hulselmans requested a feature for MDISKCHK.COM that would function roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET command output for MEMDISK kernel arguments passed by previous boot-loaders. He also needed to support the case for MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments could be gathered together and output as a list
2012 Dec 22
1
ElTorito.sys Scanning Strategy
Good day to all. Since we've adopted Gary Tong's and Bart Lagerweij's ElTorito.sys (now modified by H. Peter Anvin and tiny changes from myself), I'd appreciate if anyone with more El Torito experience might criticize my comments below and advise as to how they might be wrong. Some of it is off-topic GRUB4DOS detail; safe to ignore. A bit of history: FDUBCD ("FreeDOS
2011 Sep 26
3
Windows CLI Commands in Ruby freeze Wine application
I use a Wine application (Google SketchUp) that has Ruby as scripting language. I want to issue commands to the Windows cmd from within SketchUp/Ruby. When I write on the Ruby console in SketchUp: puts `dir` or puts `cd` it should return the result of that command, but it freezes SketchUp and the gnome-terminal gives this error after some seconds: err:ntdll:RtlpWaitForCriticalSection section
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello, I can build packages with R-2.8.0 but I cannot run the code: R CMD Rd2dvi --pdf --no-clean <pkg_name> =20 Error message: .: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory The system cannot find the path specified. =20 The above code works fine in R-2.7.2. =20 Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me think that the script is
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.
2016 Feb 03
2
[PATCH] Fix compilation on OS/2
On 01/24/16 12:29 PM, Erik de Castro Lopo wrote:> Dave Yeo wrote: > >> After this the build dies with, >> util.c: In function 'benchmark_function': >> util.c:124:17: error: 'CLOCK_PROCESS_CPUTIME_ID' undeclared (first use >> in this function) >> clock_gettime (CLOCK_PROCESS_CPUTIME_ID, &start) ; >> >> Would using