similar to: [PATCH][git-pull] memdisk/dskprobe.c

Displaying 20 results from an estimated 200 matches similar to: "[PATCH][git-pull] memdisk/dskprobe.c"

2011 Feb 24
1
[PATCH][git-pull] Reminders
Here's some reminders for various branches that are pending. All branches are at my public repo at git://git.zytor.com/users/genec/syslinux.git ( http://git.zytor.com/?p=users/genec/syslinux.git;a=summary ) HPA, I'd appreciate a response in the direction of a status like on hold, under review, denied or to be completed soon. Branch win64-mingw32-ubuntu-for-hpa adds more prefixes in
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
I wrote a COM32 module which detects if the PLoP bootmanager was used to boot a CDROM drive or USB drive, by checking for the presence of the PLoP INT13h hook. The PLoP INT13h hook check works like this (NASM syntax): mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes '
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
New module which check if the PLoP Boot Loader already has booted a CDROM or USB drive by checking for the presence of the PLoP INT13h hook. The following assembly code (NASM) can detect the PLoP INT13h hook: mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz
2005 Jun 07
1
OpenFile, ReadFile & int 13h
Hello, I have a problem with a comboot 16 bits program for syslinux, I use the API openFile, ReadFile and CloseFile for read my own config file. It's ok. I use the int13h to write a floppy disk (syslinux runs on a USB stick), after the first call to int13h, all the call to openFile return an error. Do you know what's the problem? Is it possible to use int13h when we use syslinux API?
2005 Jun 01
0
Re: Use NTFS Partition. -- only applies to same disk ...
From: Mark Jarvis <mark.jarvis at pvmail.maricopa.edu> > HUH? FAT32 problem??? No, it's a geometry issue on legacy BIOS/DOS Disk Labels (Partition Table Format) aka "Basic Disc" in NT5+ (2000+) when both NT and Linux share the disk for booting. Microsoft never standardized how geometry should be handled after NT4.0 Service Pack 4 (SP4) other than using legacy LBA32 --
2010 Nov 24
2
Useful Info about Dell latitude E5510
Hi H. Peter Anvin, I wanted to thank you for sharing information about PXE, I have used this a lot and I wanted to share something that may be important for you and your readers. I have many different Dell model, they all worked well with PXE booting however not for E5510. I noticed that using "LocalBoot -1 or 0" doesn't work well. What I did use for Latitude E5510 (Bios A06)
2007 Feb 10
1
Differences between IDLE when Maildir vs. wel the "mail" folder is used
Are there any differences with how both IDLE and "UID FETCH n:n+x (FLAGS UID...)" are handled when Dovecot is using a "mail" vs. a "Maildir" user? I have recently implemented support for IDLE (Push E-mail) in a client infrastructure that I'm building. I haven't in depth checked out what the problem might be, but when Dovecot was using the "mail" dir
2007 Jan 03
4
Sangoma Remora A202
Hi - I just got a Sangoma A200 card with a single 2FXO module and what appears to be an empty module. I put the card in my Dell GX260, but the power light on the front of the box just blinks and won't power up. I did take the power cable from the CDROM to put on the card - I don't need the CDROM right now.. I'm looking for direction in getting this card working - I currently
2011 Mar 30
1
Problems with 4.04-pre14
Hello. I've been testing pxelinux.0 (4.04-pre14) on some laptops: - HP EliteBook 6930P with BIOS F.18. - HP EliteBook 8440P with BIOS F.06. - Dell Latitude E4310 with BIOS A06. When booting pxelinux.0, the machines first display some random letters in different colors and then reboot. We've been using 4.02 for some time without problems. I've tested 4.03 too and it seems to work.
2005 Feb 25
2
Problem with simple menu and 3.08pre5, 3.07 works
Hi A Optiplex GX270 with bios A06 (latest) freezes at the menu when I use 3.08pre5. Setup was simple menu (menu.c32) and pxe. When I tested with 3.07 everything worked as normal. I Have not had any problem with 3.08pre5 in other tests and machines. Also but not that important, I learned that for the hotkey highlight to work It must be uppercase for me. If lowercase the goto still works but
2011 Mar 17
4
Syslinux 4.04-pre14: anything missing please holler
If there is anything that you think should have been in Syslinux 4.04 which isn't there please holler now. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2005 Aug 22
2
Usin ISO Linux & Memdisk to create a Viritual Floppydrive that Linux & Windows can load driver disk from.
With windows, if your "virtual" floppy is drive B:, then windows will treat it specially. It will basically copy the contents into memory from real mode using int13h, knowing that it will not be able to access the device after it switches to protected mode. I asked a few days ago about support for making a memdisk image behave as drive B:, but got no answer. :-( We have our
2008 Jan 28
1
SYSLINUX doing odd things since upgrade
Hello list! I'm tearing my hair out over this. I have a USB flash drive that has been working nicely with SYSLINUX for about a year, and I have upgraded SYSLINUX on it a couple of times during that period with no ill effects - including a complete format/re-install from scratch. However, on Friday I was using this drive (and it was working) and I decided to upgrade to the latest version
2001 Nov 01
2
RPM
Hi All, Is there any sign of a Samba 2.2.2 RPM for Red Hat 7.0 in our future? If not, there is a possibility that I could create one at one of my RH 7.0 customer site. All I would need is instructions on how to upload it to you. Many thanks, --Tony aewell@gbis.com -- ------------------------- I Fish. Therefore, I am. -------------------------
2015 Nov 22
2
nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
Hello, I'm seeing this warning and oops when trying to fuzz linus v4.4-rc1-290-g3ad5d7e with trinity. ------------[ cut here ]------------ WARNING: CPU: 1 PID: 4308 at drivers/gpu/drm/nouveau/nouveau_fence.c:198 nouveau_fence_context_new+0x22e/0x270() CPU: 1 PID: 4308 Comm: trinity-c19 Tainted: G B 4.4.0-rc1+ #1 Hardware name: Dell Inc. OptiPlex 990/0D6H9T, BIOS A06 07/25/2011
2002 Feb 27
1
isolinux - memdisk - thanks!
Hi Peter, You did a great job on the isolinux and memdisk tools.. I can know, I've also written a CD-Rom disk emulator, only it's slow (read from the CD) uses 22KB conventional memory (mainly cache) and the emulated floppy image cannot be written to. http://www.nu2.nu/diskemu/ You're memdisk is fast, small conventional memory footprint and the emulated drive is writeable, very,
2004 Aug 27
1
memdisk and OS/2
Has anyone managed to get OS/2 to fully boot via Syslinux's memdisk? I have played around with it a bit both as a floppy image and a hard disk image, but either it hangs when loading IBMINT13.I13 driver or doesn't load any .ADD driver and stops saying it cannot find COUNTRY.SYS (it needs at least one .ADD disk driver loaded before it can continue accessing the boot device). Going in
2019 Oct 03
2
CentOS 8 Broken Installation
P? Thu, 3 Oct 2019 07:38:05 -0500 Valeri Galtsev <galtsev at kicp.uchicago.edu> skrev: > > On Oct 3, 2019, at 6:24 AM, G?nther J. Niederwimmer > > <gjn at gjn.priv.at> wrote: > > > > > > 07:00.0 Serial Attached SCSI controller [0107]: Intel Corporation > > C602 chipset 4-Port SATA Storage Control Unit [8086:1d6b] (rev 06)? > > > > what
2004 Nov 13
13
shorewall.net is back
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The server rebuild was a complete failure. For some reason, neither FC3 nor SuSE 9.2 like the graphics card in the box. I have reinstalled the old hard drive and the server is back on line. - -Tom - -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2005 Sep 21
3
How can i call to a cellphone here in Mexico?
Hi, I've been trying to dial out to a cellphone, but all my calls get redirected to 066 (the emergency number at my city, like 911) does anyone know how to fix this, any ideas,? does anyone from mexico has done this? Any comment will be highly appreciated, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: