Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  nodelist  faq  login

Save yourself from the 'Gates' of hell, use Linux." -- like that one. -- The_Kind @ LinuxNet


programming / comp.lang.asm.x86 / Re: int 13h & greater

SubjectAuthor
* int 13h & greaterHul Tytus
+* Re: int 13h & greaterR.Wieser
|+- Re: int 13h & greaterTerje Mathisen
|`* Re: int 13h & greaterHul Tytus
| `* Re: int 13h & greaterR.Wieser
|  `* Re: int 13h & greatersrc153
|   +- Re: int 13h & greaterR.Wieser
|   `* Re: int 13h & greaterTerje Mathisen
|    `* Re: int 13h & greaterFrank Kotler
|     `* Re: int 13h & greatersrc153
|      `- Re: int 13h & greaterFrank Kotler
`* Re: int 13h & greaterJJ
 `- Re: int 13h & greatersrc153

1
Subject: int 13h & greater
From: Hul Tytus
Newsgroups: comp.lang.asm.x86
Organization: PANIX Public Access Internet and UNIX, NYC
Date: Thu, 5 Sep 2019 19:51 UTC
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ht...@nospicedham.panix.com (Hul Tytus)
Newsgroups: comp.lang.asm.x86
Subject: int 13h & greater
Date: Thu, 5 Sep 2019 19:51:51 +0000 (UTC)
Organization: PANIX Public Access Internet and UNIX, NYC
Lines: 7
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkrp0n$hfm$3@reader2.panix.com>
Injection-Info: h2725194.stratoserver.net; posting-host="5fed2e72a5999c43db811dae56c80e6c";
logging-data="13334"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+AheRWMKk6tLotfrwHSR6Zj0yx3LP4GR0="
Cancel-Lock: sha1:4+7TbkqBY+iZATGzL3SairbuZjQ=
View all headers
   I'm looking for the method(s) used to access disks with greater than 8 gigabytes capacity
on the IBM style computers, ie Compaq/hp, Dell, etc? I've checked interupt 13h for the
presence of "extended" capabilities but have found nothing on 4 different machines.
There is, obviously, another access path. Anyone know what or where it is.

Hul



Subject: Re: int 13h & greater
From: R.Wieser
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Fri, 6 Sep 2019 06:22 UTC
References: 1
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: addr...@nospicedham.not.available (R.Wieser)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 08:22:40 +0200
Organization: Aioe.org NNTP Server
Lines: 19
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkstvr$1tmh$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com>
Injection-Info: h2725194.stratoserver.net; posting-host="f470d0a044d94c6f143b08627d5cc699";
logging-data="15991"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7RV2qLCI0bqK7XvSxXVdYbBiRDVGjOd4="
Cancel-Lock: sha1:xR1ffNkldUWQ3FZyVOz458Ua4/o=
View all headers
Hul,

  I'm looking for the method(s) used to access disks with greater than 8
gigabytes
capacity on the IBM style computers, ie Compaq/hp, Dell, etc? I've checked
interupt 13h for the presence of "extended" capabilities but have found
nothing on
4 different machines.

You mean like INT 0x13, AH=0x42 - EXTENDED READ ?

Suggestion: Find yourself a copy of 'Ralf Browns Interrup List'*, as it
probably contains more info than you will ever need :-)
*Drop that string into google and you will most likely find the download.

Regards,
Rudy Wieser




Subject: Re: int 13h & greater
From: Terje Mathisen
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Fri, 6 Sep 2019 07:01 UTC
References: 1 2
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: terje.ma...@nospicedham.tmsw.no (Terje Mathisen)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 09:01:14 +0200
Organization: Aioe.org NNTP Server
Lines: 25
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkt07q$7ha$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="d35b8e04fb98b0b6891763d9f74111f4";
logging-data="16552"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+I/C1B2Jzbj8amKYB24g7XjUdAHc/q3Gw="
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
Firefox/52.0 SeaMonkey/2.49.4
Cancel-Lock: sha1:NOW3pCe4mh7Byae7VMS9Z2I29Bc=
View all headers
R.Wieser wrote:
Hul,

   I'm looking for the method(s) used to access disks with greater than 8
gigabytes
capacity on the IBM style computers, ie Compaq/hp, Dell, etc? I've checked
interupt 13h for the presence of "extended" capabilities but have found
nothing on
4 different machines.

You mean like INT 0x13, AH=0x42 - EXTENDED READ ?

Suggestion: Find yourself a copy of 'Ralf Browns Interrup List'*, as it
probably contains more info than you will ever need :-)
*Drop that string into google and you will most likely find the download.

I'll second that suggestion, RB's list have been the definitive reference for PC BIOS questions for at least 3 decades now.

Terje

--
- <Terje.Mathisen at tmsw.no>
"almost all programming can be viewed as an exercise in caching"



Subject: Re: int 13h & greater
From: JJ
Newsgroups: comp.lang.asm.x86
Organization: albasani.net
Date: Fri, 6 Sep 2019 07:38 UTC
References: 1
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: jj4pub...@nospicedham.vfemail.net (JJ)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 14:38:40 +0700
Organization: albasani.net
Lines: 12
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qvh3sbegavsf$.1trnvxrigvttq.dlg@40tude.net>
References: <qkrp0n$hfm$3@reader2.panix.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="f470d0a044d94c6f143b08627d5cc699";
logging-data="17345"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fE6Vlo00GIBeWEutqIeN7Utp4LHG8qxo="
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha1:fXkupqw8cy2BlNCw15Dqfby+KAQ=
View all headers
On Thu, 5 Sep 2019 19:51:51 +0000 (UTC), Hul Tytus wrote:
   I'm looking for the method(s) used to access disks with greater than 8 gigabytes capacity
on the IBM style computers, ie Compaq/hp, Dell, etc? I've checked interupt 13h for the
presence of "extended" capabilities but have found nothing on 4 different machines.
There is, obviously, another access path. Anyone know what or where it is.

Hul

If there's no Int 13h Extension support, then you'll have to use port I/O.
Check xtideuniversalbios project's source code to see how it implements the
Int 13h Extension.



Subject: Re: int 13h & greater
From: Hul Tytus
Newsgroups: comp.lang.asm.x86
Organization: PANIX Public Access Internet and UNIX, NYC
Date: Fri, 6 Sep 2019 16:11 UTC
References: 1 2
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ht...@nospicedham.panix.com (Hul Tytus)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 16:11:34 +0000 (UTC)
Organization: PANIX Public Access Internet and UNIX, NYC
Lines: 25
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qku0fm$8e4$2@reader2.panix.com>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org>
Injection-Info: h2725194.stratoserver.net; posting-host="80891f36cc617264425a7e9f3f391c34";
logging-data="25105"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+r3z3yxsLCc/RyBOu0LTIhjKOs5pgY8fw="
Cancel-Lock: sha1:O3QFBdjAP8BJzmHeUGFKb/sbpK0=
View all headers
Rudy - Brown shows that extended but, as stated below, there's no evidence
that it's in use.

Hul

R.Wieser <address@nospicedham.not.available> wrote:
Hul,

  I'm looking for the method(s) used to access disks with greater than 8
gigabytes
capacity on the IBM style computers, ie Compaq/hp, Dell, etc? I've checked
interupt 13h for the presence of "extended" capabilities but have found
nothing on
4 different machines.

You mean like INT 0x13, AH=0x42 - EXTENDED READ ?

Suggestion: Find yourself a copy of 'Ralf Browns Interrup List'*, as it
probably contains more info than you will ever need :-)
*Drop that string into google and you will most likely find the download.

Regards,
Rudy Wieser




Subject: Re: int 13h & greater
From: src153
Newsgroups: comp.lang.asm.x86
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2019 17:16 UTC
References: 1 2
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: src...@nospicedham.protocol.invalid (src153)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 06 Sep 2019 17:16:22 +0000
Organization: A noiseless patient Spider
Lines: 12
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <7j45nehpv6n6ntda64ufsgi7f3ts0jifdu@4ax.com>
References: <qkrp0n$hfm$3@reader2.panix.com> <qvh3sbegavsf$.1trnvxrigvttq.dlg@40tude.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="80891f36cc617264425a7e9f3f391c34";
logging-data="25906"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/r8AVIhojbIm04hN2p6LxZs6urmTzshJQ="
Cancel-Lock: sha1:S/jBdE77CNXjIYEFhvyJ9XnJw4w=
View all headers
On Fri, 6 Sep 2019 14:38:40 +0700, JJ wrote:

If there's no Int 13h Extension support, then you'll have to use port I/O.
Check xtideuniversalbios project's source code to see how it implements the
Int 13h Extension.

Jacks's UHDD.SYS hooks INT 13h to provide UDMA for DOS, much faster than
PIO. Looks like XTIDE only does PIO.

UHDD.SYS also has source code. Probably not an easy read though.




Subject: Re: int 13h & greater
From: R.Wieser
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Fri, 6 Sep 2019 18:34 UTC
References: 1 2 3
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: addr...@nospicedham.not.available (R.Wieser)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 20:34:36 +0200
Organization: Aioe.org NNTP Server
Lines: 39
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qku8s3$64h$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org> <qku0fm$8e4$2@reader2.panix.com>
Injection-Info: h2725194.stratoserver.net; posting-host="80891f36cc617264425a7e9f3f391c34";
logging-data="27138"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+r4hZjRt0EvzadybO8lkEdaK4stsruhbo="
Cancel-Lock: sha1:/1L5i6Z4yYuWff+QdeJdCrrF3cY=
View all headers
Hul,

Rudy - Brown shows that extended but, as stated below, there's
no evidence that it's in use.

No, you did not state that /at all/.   You mentioned that you could not find
any extended capabilities in four computers.  Full stop.

No indication to the 'motherboards and the involved drives ages - which
certainly plays a role in those extended capabilities being avialable or
not.  And also no indication to /how/ you checked for those capabilities.
For all I know your checking method is flawed ...

In short, you failed to present the most basic information - which as of yet
you still do not seem to realize. :-(

Nonetheless I gave you a starting point - which you now reject without even
a reason.  For all I know you just threw it aside without even trying ("too
hard" or something like that).  :-((

What do you expect from us ?    (and do yourself a favour: Do /not/ ask for
full-fledged code.  Not in this newsgroup anyway)

And by the way:

1) That that INT 0x13, AH=0x42 is in Ralf Browns list is ample "evidence
that it's in use".   (if its in use on /your/ 'puter(s) depends ofcourse)

2) I've used those calls succesfully myself.  To me thats certainly
"evidence that it's in use"

Bottom line: /think/ before you reject help.   And for the record: Writing a
good question is /hard/.   Funny fact: A lot of questions answer themselves
in the process of trying to write a good one (experience talking here).

Regards,
Rudy Wieser




Subject: Re: int 13h & greater
From: src153
Newsgroups: comp.lang.asm.x86
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2019 19:03 UTC
References: 1 2 3 4
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: src...@nospicedham.protocol.invalid (src153)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 06 Sep 2019 19:03:28 +0000
Organization: A noiseless patient Spider
Lines: 13
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qra5ne1cssh4fs83f88ukb1an08apm0ql4@4ax.com>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org> <qku0fm$8e4$2@reader2.panix.com> <qku8s3$64h$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="80891f36cc617264425a7e9f3f391c34";
logging-data="27369"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Lpx/hH1W5tOzNsoDfdWnDtYE/eKU3kQc="
Cancel-Lock: sha1:MqRYAit4za2TuJ5TxJjmUqhxc+A=
View all headers
On Fri, 6 Sep 2019 20:34:36 +0200, R.Wieser wrote:

Bottom line: /think/ before you reject help.

Pointing to RBIL is help?


What do you expect from us ? (and do yourself a favour: Do /not/ ask for
full-fledged code.  Not in this newsgroup anyway)

Why not. Maybe someone already has it. Like Jacks's UHDD.SYS




Subject: Re: int 13h & greater
From: R.Wieser
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Fri, 6 Sep 2019 19:25 UTC
References: 1 2 3 4 5
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: addr...@nospicedham.not.available (R.Wieser)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 21:25:37 +0200
Organization: Aioe.org NNTP Server
Lines: 19
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkubrl$k1h$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org> <qku0fm$8e4$2@reader2.panix.com> <qku8s3$64h$1@gioia.aioe.org> <qra5ne1cssh4fs83f88ukb1an08apm0ql4@4ax.com>
Injection-Info: h2725194.stratoserver.net; posting-host="463888859750d6d78ee33aaeaa3fc29b";
logging-data="27763"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18cntJC/tAAVXn+JcGcMj6vgpjdGHwsTnc="
Cancel-Lock: sha1:wohjeNywyee8yxHlbFZ7YWfcoIo=
View all headers
src153,

Pointing to RBIL is help?

You are being disingenious there.

Do /not/ ask for full-fledged code.

Why not.

And again.

Hint: Making it look as if you have no clue about in which context something
has been said just makes you look like someone out for an argument.

Regards,
Rudy Wieser




Subject: Re: int 13h & greater
From: Terje Mathisen
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Fri, 6 Sep 2019 20:06 UTC
References: 1 2 3 4 5
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: terje.ma...@nospicedham.tmsw.no (Terje Mathisen)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 22:06:25 +0200
Organization: Aioe.org NNTP Server
Lines: 26
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkue7v$to5$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org>
<qku0fm$8e4$2@reader2.panix.com> <qku8s3$64h$1@gioia.aioe.org>
<qra5ne1cssh4fs83f88ukb1an08apm0ql4@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="463888859750d6d78ee33aaeaa3fc29b";
logging-data="28380"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18JGC7GgdH7aU+1Q0Y/aszAvzsQ0J9gPm0="
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
Firefox/52.0 SeaMonkey/2.49.4
Cancel-Lock: sha1:ZOhbxerbYDp80bVcNZqyYMxYhio=
View all headers
src153 wrote:
On Fri, 6 Sep 2019 20:34:36 +0200, R.Wieser wrote:

Bottom line: /think/ before you reject help.

Pointing to RBIL is help?


What do you expect from us ? (and do yourself a favour: Do /not/ ask for
full-fledged code.  Not in this newsgroup anyway)

Why not. Maybe someone already has it. Like Jacks's UHDD.SYS


clax.86 is a MODERATED newsgroup, this means that it is eminently possible to be blocked if you abuse other posters.

I am not the moderator, but you could still consider this to be a warning to stay polite.

Terje

--
- <Terje.Mathisen at tmsw.no>
"almost all programming can be viewed as an exercise in caching"



Subject: Re: int 13h & greater
From: Frank Kotler
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Fri, 6 Sep 2019 21:13 UTC
References: 1 2 3 4 5 6
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: fbkot...@nospicedham.myfairpoint.net (Frank Kotler)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 6 Sep 2019 17:13:23 -0400
Organization: Aioe.org NNTP Server
Lines: 17
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkui5h$1fpg$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org>
<qku0fm$8e4$2@reader2.panix.com> <qku8s3$64h$1@gioia.aioe.org>
<qra5ne1cssh4fs83f88ukb1an08apm0ql4@4ax.com> <qkue7v$to5$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="80891f36cc617264425a7e9f3f391c34";
logging-data="29324"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/gUimHC7RQi5ZgDHhITwCMr+wIlNxPueo="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Thunderbird/52.5.2
Cancel-Lock: sha1:e0MbTHJI4IzPZa6HshCZqpP/WEo=
View all headers
On 09/06/2019 04:06 PM, Terje Mathisen wrote:
....
I am not the moderator, but you could still consider this to be a warning to stay polite.

Terje


What Terje said!

I am tolerant of off-topic, but please do be nice! This topic us bot in danger... yet...

Best,
Frank
[moderator]



Subject: Re: int 13h & greater
From: src153
Newsgroups: comp.lang.asm.x86
Organization: A noiseless patient Spider
Date: Fri, 6 Sep 2019 22:15 UTC
References: 1 2 3 4 5 6 7
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: src...@nospicedham.protocol.invalid (src153)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Fri, 06 Sep 2019 22:15:48 +0000
Organization: A noiseless patient Spider
Lines: 14
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <h2m5netqgebcbsd4gg2bu2rv75641mq5ms@4ax.com>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org> <qku0fm$8e4$2@reader2.panix.com> <qku8s3$64h$1@gioia.aioe.org> <qra5ne1cssh4fs83f88ukb1an08apm0ql4@4ax.com> <qkue7v$to5$1@gioia.aioe.org> <qkui5h$1fpg$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="463888859750d6d78ee33aaeaa3fc29b";
logging-data="31008"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+jgLllieg2HAOUFjsnJ4m2vSEs8Z+8Fsw="
Cancel-Lock: sha1:bbov7ooOfHcERUDvv/P4DwYE+eU=
View all headers
On Fri, 6 Sep 2019 17:13:23 -0400, Frank Kotler wrote:

What Terje said!

I am tolerant of off-topic, but please do be nice! This topic us bot in
danger... yet...

Is Wieser a moderator? Why don't you tell him to stop scolding people.
Why do you let him misbehave?

Ban me if you like. I don't give a hoot about your little clique or its
anal rules. Moderated NGs are deplorable.




Subject: Re: int 13h & greater
From: Frank Kotler
Newsgroups: comp.lang.asm.x86
Organization: Aioe.org NNTP Server
Date: Sat, 7 Sep 2019 04:49 UTC
References: 1 2 3 4 5 6 7 8
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: fbkot...@nospicedham.myfairpoint.net (Frank Kotler)
Newsgroups: comp.lang.asm.x86
Subject: Re: int 13h & greater
Date: Sat, 7 Sep 2019 00:49:45 -0400
Organization: Aioe.org NNTP Server
Lines: 27
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <qkvct8$1241$1@gioia.aioe.org>
References: <qkrp0n$hfm$3@reader2.panix.com> <qkstvr$1tmh$1@gioia.aioe.org>
<qku0fm$8e4$2@reader2.panix.com> <qku8s3$64h$1@gioia.aioe.org>
<qra5ne1cssh4fs83f88ukb1an08apm0ql4@4ax.com> <qkue7v$to5$1@gioia.aioe.org>
<qkui5h$1fpg$1@gioia.aioe.org> <h2m5netqgebcbsd4gg2bu2rv75641mq5ms@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: h2725194.stratoserver.net; posting-host="ff24c74f0f9619a5a8b5583aafc4cb4b";
logging-data="4898"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/XFE6Rsb0TcE+EljNCIoNEMO4rpgFMyZ8="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Thunderbird/52.5.2
Cancel-Lock: sha1:oYzXrGJ0i7miShFmNboQZBtgSOA=
View all headers
On 09/06/2019 06:15 PM, src153 wrote:
On Fri, 6 Sep 2019 17:13:23 -0400, Frank Kotler wrote:

What Terje said!

I am tolerant of off-topic, but please do be nice! This topic us bot in
danger... yet...

Is Wieser a moderator? Why don't you tell him to stop scolding people.

Kinda thought Terje just did...

Why do you let him misbehave?

Ban me if you like.

Nobody gets "banned".

I don't give a hoot about your little clique or its
anal rules. Moderated NGs are deplorable.

See ya...

Best,
Frank




1

rocksolid light 0.8.3
clearneti2ptor