search for: 42h

Displaying 14 results from an estimated 14 matches for "42h".

Did you mean: 42
2002 Jun 02
1
PATCH for Symbios/LSIlogic scsi and isolinux
Attached patch allows isolinux to boot from a CDROM attached to a NCR/Symbios/LSIlogic SCSI controller (bios version 4.19). It appears this bios can't read more than 1 sector at the time using the ah=42h int13 call. The isolinux boot was failing early on when 4 sector are read. (bios returned error 0 !) I'm not sure if the same 'getlinsec' routine is called upon later to load the images selected by the user otherwise, for the 4 sector read, this change shouldn't have much impact o...
2014 May 23
1
Bug#749060: klibc: ppc64el needs static binaries as well
...140NVf6XTKxwx6uJpmgeOGLcGOxmgFjYkfcdMPPuejwJBpt+8fdFeKsDcKfD2oibXN7v11zngjSortJhhObsNpkfrJRKQRESudMv9+NSdty020iFw7r+P3vXZQcGlDt14iLcJplYwHW3KqcAs2Hfc9mA/p8BraMg9HwGprSiuqI25lmZFvaX3IcCtmH36blxTYgEDmfUcDZonlHP7dpxyzg4pHtuYyXzxPMl0yDHqJ7jWVzUecXYzji4aVIxaDVWRlkfrohRYD6Gzo+lAEo3a6TVstgr tg at odem.66h.42h.de bye, //mirabilos - -- ah, that reminds me, thanks for the stellar entertainment that you and certain other people provide on the Debian mailing lists ? sole reason I subscribed to them (I'm not using Debian anywhere) is the entertainment factor ? Debian does not strike me as a place for go...
2016 Mar 21
0
Booting a bootable CD-ROM
On 3/21/2016 08:08, Andy Pont via Syslinux wrote: > In order to get this to work am I going to need to hook int 13h so that I > can provide the correct responses to functions such as 4B01h and 42h or is > there a simpler way of achieving what I need? To the best of my knowledge, disk-based Syslinux expects INTerrupt 0x13 to be available. I don't understand why your strategy would not be to implement it. (Or hook it.) An operating system such as Windows (on BIOS) can't reall...
2017 Mar 26
1
isohybrid
Sounds like we should change the "and cx" mask to 5 so that if either EHDD support or LBA is announced by the bios, the correct EHDD path will be taken. Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2003 May 17
0
isolinux problems on Dell GX260
...pci). Tested on 2 of them, one with a DVD drive (Liteon LTD163) and one with a CD-RW/DVD combo drive (Samsung ???). One has an older bios revision and one newest, no difference, exactly the same error. Any suggestions? I also tried to figure out what could 4200h mean as a return value after 42h call but I can't seem to find much. Thanks, Josko P.
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Thomas Schmitt wrote: > I ponder whether it would be possible to create a diagnostic MBR > which does not necessarily have to boot but rather tells what the > isohybrid MBR would perceive: Presence of partition table, > EBIOS or CBIOS, block address used with INT 13, content of the block > read by the first INT 13, ... ... > The diagnostic MBR should only use 432 bytes because at
2014 May 23
2
Bug#749060: klibc: ppc64el needs static binaries as well
Hi, On Fri, May 23, 2014 at 10:57:31AM -0300, Mauricio Faria de Oliveira wrote: > > The ppc64el port needs klibc's static binaries, like ppc64. This segfaulting is a bug in klibc that needs investigation. > This patch enables the ARCH=ppc64 make env var in debian/rules, in order > for 'debian/patches/ppc64-static.patch' to take effect on ppp64el too. I have no problem
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...ry -m i8086 -M data16,addr16 bios/mbr/isohdpfx.bin" confirms this. This is done so the next bootloader can be loaded at 0x7x00, which is a requirement and/or expected by any bootloader. > - Then it tries whether INT 13 AH 41H is supported and if so, patches > itself to use INT 13 AH 42H for reading rather than AH 6H. Yes. > - Unclear why "/* Get (C)HS geometry */" is performed in both cases. You're helped by the comment for the same(?) code in gptmbr.S: /* here we computer CHS values or just do some dummy computation for EBIOS */ So it's just for simplici...
2016 Mar 21
3
Booting a bootable CD-ROM
...IOS detected, last attempt with drive = 81 isolinux: Main image LBA = 00000028 isolinux: Disk error 01, AX=4228, drive 81 Boot failed: press a key to retry... In order to get this to work am I going to need to hook int 13h so that I can provide the correct responses to functions such as 4B01h and 42h or is there a simpler way of achieving what I need? Thanks, Andy.
2006 Dec 22
1
Powercom BNT-1200AP driver
...bit 6 DISBLE NO LOAD SHUTDOWN (1 = ACTIVE) * bit 7 1 * byte 11 is UPS model Name KIN = 4BH BNT = 42H * byte 12 is UPS model number * 100V = X0H 110V = X1H 115V = X2H 120V = X3H * 200V = X7...
2005 May 31
3
Use NTFS Partition.
Hi!! I have a CentOS 4.o install on some machine in my job. I need setting the system for read/write partition NTFS. I know the kernel-2.6.x this support is part of the kernel, but in CentOS this support is unaviable. How can aviable this support whit out recompiler kernel?? Some rpm packege for do that?? Regards, David _________________________________________ Tec. David Gonzalez Romero
2016 Feb 28
5
Add support for in-process profile merging in profile-runtime
Justin, looks like there is some misunderstanding in my email. I want to clarify it here first: 1) I am not proposing changing the default profile dumping model as used today. The online merging is totally optional; 2) the on-line profile merging is not doing conversion from raw to index format. It does very simple raw-to-raw merging using existing runtime APIs. 3) the change to existing profile
2016 Feb 28
0
Add support for in-process profile merging in profile-runtime
> On Feb 28, 2016, at 12:46 AM, Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Justin, looks like there is some misunderstanding in my email. I want to clarify it here first: > > 1) I am not proposing changing the default profile dumping model as used today. The online merging is totally optional; > 2) the on-line profile merging is not doing
2005 Feb 13
2
3.0.11/MirOS password change problem
Hi! Does this sound familiar, before I try to look deeper into it? [2005/02/13 20:10:16, 0] /usr/ports/net/samba/w-samba-3.0.11/samba-3.0.11/source/libsmb/smbencrypt.c:decode_pw_buffer(539) decode_pw_buffer: incorrect password length (1251354155).