Speciale Prestiti

2011-09-30 Thread Giuseppe
Da oggi h piy semplice accedere a un finanziamento on-line. Procedura semplici e risposte veloci, possibilit` di avere un nuovo finanziamento e consolidare dei prestiti a breve termine. Speciale prestiti soluzioni finanziarie Richiedi on-line il tuo finanziamento ==

Classifieds free - Finanziamenti ordinari/agevolati e soluzioni per aziende in crisi

2011-04-15 Thread Giuseppe
Finanziamenti ordinari e agevolati Servizi e agevolazioni per le aziende in crisi Rilancio dell'attivit` e gestione delle passivit` http://fineuropa22x10.mx/servizi_e_agevolazioni_per_aziende_in_crisi.html

Re: Patch for boot for enabling gate A20 with BIOS

2010-03-01 Thread Giuseppe Magnotta
/cpu requires a lot of time... so for the moment this patch will live only in my tree. :-) Thanks for the detailed response. Regards, Giuseppe

Re: Patch for boot for enabling gate A20 with BIOS

2010-03-01 Thread Giuseppe Magnotta
o it benefits from the patch :-) I don't know if this fix a system currently not working... it should be strange if the "old" ways can't enable A20 correctly. My question is, if this functionality is available in the BIOS, why can't we use it? Ciao, Giuseppe

Re: Patch for boot for enabling gate A20 with BIOS

2010-03-01 Thread Giuseppe Magnotta
one that use the keyboard controller. However in newer BIOS there is a new way to enable the A20: the use of the INT15 AX=2401 function... I coded a small routine that try first to use the new routine if it is available, otherwise continue as before... Regards, Giuseppe

Re: Patch for boot for enabling gate A20 with BIOS

2010-03-01 Thread Giuseppe Magnotta
Mar 2004 13:48:18 - 1.10 +++ gateA20.c 1 Mar 2010 14:27:58 - @@ -41,6 +41,31 @@ enable data line enable clock line */ +/* + * Author: Giuseppe Magnotta + * + * Enable the gate A20 by using the

Patch for boot for enabling gate A20 with BIOS

2010-03-01 Thread Giuseppe Magnotta
Hello, please find attached a patch for "boot" that allows it to enable the gate A20 directly by the BIOS if the INT 15/AX=2401h is supported for i386 machines. If you can please test it and tell me if it works as expected. Regards, Giuseppe. [demime 1.01d removed an attachment of

Re: enhancing i386 mbr.S

2010-02-21 Thread Giuseppe Magnotta
age "!Corrupted MBR" (with initial '!') and will try to boot the first bootable one. If there is only one bootable partition then boot it directly without warnings. I've tested it and it works correcly. Best reg

Re: enhancing i386 mbr.S

2010-02-20 Thread Giuseppe Magnotta
reen "Corrupted partition table" and boots the first bootable partition it find otherwise if there are no bootable partition will print the same error and block (as original code did). What do you think about this? Regards, Giuseppe

Re: enhancing i386 mbr.S

2010-02-20 Thread Giuseppe Magnotta
Tobias Weingartner wrote: > Possibly. Is your real name "Guiseppe Magnotta"? > > --Toby. My real name is Giuseppe Magnotta. Giuseppe

Re: enhancing i386 mbr.S

2010-02-20 Thread Giuseppe Magnotta
Tobias Weingartner wrote: > Are you ok with the modification to your copyright/comment statement above? > > --Toby. Sure! So do you think is useful and can be included in official code? Regards, Giuseppe

Re: enhancing i386 mbr.S

2010-02-20 Thread Giuseppe Magnotta
Han Boetes wrote: > Could you be so kind as to provide us with a unified patch? You > can make one with: cvs diff -u Please find attached the diff you requested. Best regards, Giuseppe ? diff ? mbr Index: mbr.S === RCS file

enhancing i386 mbr.S

2010-02-20 Thread Giuseppe Magnotta
uot; label will check for it. The original source is "$OpenBSD: mbr.S,v 1.21 2007/06/25 14:10:17 tom Exp $" fetched from 4.6 release. I hope this can be useful... Best Regards Giuseppe The patch is: diff mbr.S.orig mbr.S: 37a38,44 > /* Copyright (c) 2010 Giuseppe Magnotta >