Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Hoping to goodness is not theologically sound. - Peanuts


devel / comp.os.msdos.programmer / Re: Creating links in DOS. (Oh dear, this is a long one...)

SubjectAuthor
* Creating links in DOS. (Oh dear, this is a long one...)KP2 KP2
`* Creating links in DOS. (Oh dear, this is a long one...)Auric__
 `* Creating links in DOS. (Oh dear, this is a long one...)Arnold Ziffel
  `- Creating links in DOS. (Oh dear, this is a long one...)Kerr-Mudd, John

1
Re: Creating links in DOS. (Oh dear, this is a long one...)

<c9dd170a-e831-41d5-8b26-b6f67318d837n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=302&group=comp.os.msdos.programmer#302

  copy link   Newsgroups: comp.os.msdos.programmer
X-Received: by 2002:a05:622a:289:b0:3e1:3cc8:98b0 with SMTP id z9-20020a05622a028900b003e13cc898b0mr3935921qtw.3.1682284180257;
Sun, 23 Apr 2023 14:09:40 -0700 (PDT)
X-Received: by 2002:aca:2301:0:b0:38e:25c5:4442 with SMTP id
e1-20020aca2301000000b0038e25c54442mr5871400oie.4.1682284179991; Sun, 23 Apr
2023 14:09:39 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.msdos.programmer
Date: Sun, 23 Apr 2023 14:09:39 -0700 (PDT)
In-Reply-To: <28fc3043@ralf>
Injection-Info: google-groups.googlegroups.com; posting-host=209.52.142.120; posting-account=ck3qSAoAAACvs2RQorfjIIWSqJFDc0az
NNTP-Posting-Host: 209.52.142.120
References: <1991Oct15.094642.29059mrs@netcom.COM> <28fc3043@ralf>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c9dd170a-e831-41d5-8b26-b6f67318d837n@googlegroups.com>
Subject: Re: Creating links in DOS. (Oh dear, this is a long one...)
From: jungletrain@outlook.com (KP2 KP2)
Injection-Date: Sun, 23 Apr 2023 21:09:40 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2223
 by: KP2 KP2 - Sun, 23 Apr 2023 21:09 UTC

On Wednesday, October 16, 1991 at 5:27:47 AM UTC-7, Ralf....@b.gp.cs.cmu.edu wrote:
> In article <1991Oct15.09...@netcom.COM>, m...@netcom.COM (Morgan Schweers) wrote:
> } Tell me, is Int 2Fh reentrant?
> }(I already know that 21h isn't, but I can always hope that they learned
> }better later...)
> Depends on which function you call. Since we're talking about DOS, I'll
> limit myself to 2F/11xx and 2F/12xx. The former depends on the network
> redirector, the latter on which subfunction. The majority of the 2F/12xx
> calls are reentrant, but those which perform equivalents of non-reentrant
> DOS calls aren't. They get around DOS's non-reentrancy by using a different
> stack frame, but there's only one alternate stack frame....
> --
> {backbone}!cs.cmu.edu!ralf ARPA: RA...@CS.CMU.EDU FIDO: Ralf Brown 1:129/26.1
> BITnet: RALF%CS.CMU.EDU@CARNEGIE AT&Tnet: (412)268-3053 (school) FAX: ask
> DISCLAIMER? Did | "Secrecy is the beginning of tyranny."
> I claim something?| -- from the Notebook of Lazarus Long
good read.

Re: Creating links in DOS. (Oh dear, this is a long one...)

<XnsAFF05DFEDAFC6auricauricauricauric@135.181.20.170>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=304&group=comp.os.msdos.programmer#304

  copy link   Newsgroups: comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: not.my.real@email.address (Auric__)
Newsgroups: comp.os.msdos.programmer
Subject: Re: Creating links in DOS. (Oh dear, this is a long one...)
Date: Mon, 24 Apr 2023 16:14:16 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <XnsAFF05DFEDAFC6auricauricauricauric@135.181.20.170>
References: <1991Oct15.094642.29059mrs@netcom.COM> <28fc3043@ralf> <c9dd170a-e831-41d5-8b26-b6f67318d837n@googlegroups.com>
Injection-Date: Mon, 24 Apr 2023 16:14:16 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e912970ed11952446c66688d4d519481";
logging-data="441175"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX184mAZ+Eh5QtIOwGEQq57DI"
User-Agent: Xnews/2009.05.01
Cancel-Lock: sha1:+xceiEj8XiiGwPrd3a+tng/b6Uk=
X-Face: +,&^!i3LPqz7/qfxgF[JJqAP^>bTVLZ-zj})PmI{auZ']fwMM4mh`$]b0sacD4p@R[yU'Mf=.T}|aW6^#_lm6U|e|/#d:nfRn29,GBLvX=ygRH(?h.=KFfJ\INamt#H|)k@,x[ko$(d~iAo'<1XzB@%];
 by: Auric__ - Mon, 24 Apr 2023 16:14 UTC

KP2 KP2 wrote:

> On Wednesday, October 16, 1991 at 5:27:47 AM UTC-7,
^^^^^^^^^^^^^^^^^^^^^^^^^^^

> good read.

It's over 31 years old. Comments not necessary.

--
I will destroy your world like I destroyed my own.

Re: Creating links in DOS. (Oh dear, this is a long one...)

<8d936e38-099b-4682-b8fb-8076a03dbefa@hooterville.invalid>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=305&group=comp.os.msdos.programmer#305

  copy link   Newsgroups: comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!news.chmurka.net!.POSTED.s.v.chmurka.net!not-for-mail
From: arnold@hooterville.invalid (Arnold Ziffel)
Newsgroups: comp.os.msdos.programmer
Subject: Re: Creating links in DOS. (Oh dear, this is a long one...)
Date: Mon, 8 May 2023 07:38:04 -0000 (UTC)
Organization: news.chmurka.net
Message-ID: <8d936e38-099b-4682-b8fb-8076a03dbefa@hooterville.invalid>
References: <1991Oct15.094642.29059mrs@netcom.COM> <28fc3043@ralf> <c9dd170a-e831-41d5-8b26-b6f67318d837n@googlegroups.com> <XnsAFF05DFEDAFC6auricauricauricauric@135.181.20.170>
NNTP-Posting-Host: s.v.chmurka.net
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 8 May 2023 07:38:04 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="arnold"; posting-host="s.v.chmurka.net:172.24.44.20";
logging-data="7455"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.32-v7+ (armv7l))
Cancel-Lock: sha1:Xv4ZMPpNwJuLXa9HPols7p4m4+M=
sha1:WSa56kV3WTHUZwuYqF3NVkP233w= sha256:T173nHra7BrHEw+1Op6ibTksIjV0ioKHxNwjnCtXZlk=
sha1:yJsm6i6cG3Ga8AYiqf1FVRUjALg= sha256:Eno0Co8TZGc14/rsg1oRTACSsrnAawfjxnNNdFrwV4U=
 by: Arnold Ziffel - Mon, 8 May 2023 07:38 UTC

Auric__ <not.my.real@email.address> wrote:

>> On Wednesday, October 16, 1991 at 5:27:47â?ŻAM UTC-7,
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>> good read.
>
> It's over 31 years old. Comments not necessary.

Google users don't care...

--
Stress is that condition created when the mind overrides the body's
basic desire to choke the living shit out of some asshole who
desperately needs it.

Re: Creating links in DOS. (Oh dear, this is a long one...)

<20230508102143.c357c6a857b5c87f0d6d6217@127.0.0.1>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=306&group=comp.os.msdos.programmer#306

  copy link   Newsgroups: comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: admin@127.0.0.1 (Kerr-Mudd, John)
Newsgroups: comp.os.msdos.programmer
Subject: Re: Creating links in DOS. (Oh dear, this is a long one...)
Date: Mon, 8 May 2023 10:21:43 +0100
Organization: Dis
Lines: 20
Message-ID: <20230508102143.c357c6a857b5c87f0d6d6217@127.0.0.1>
References: <1991Oct15.094642.29059mrs@netcom.COM>
<28fc3043@ralf>
<c9dd170a-e831-41d5-8b26-b6f67318d837n@googlegroups.com>
<XnsAFF05DFEDAFC6auricauricauricauric@135.181.20.170>
<8d936e38-099b-4682-b8fb-8076a03dbefa@hooterville.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="5d9b26e691435909e3763deb097a4ad4";
logging-data="4041403"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Yi0jT1ijYg7T1C8uZ779KDkH2Y7QtStM="
Cancel-Lock: sha1:lPgmk1zwgxRQJ4nn6jOcJWPtqOs=
GNU: Terry Pratchett
X-Newsreader: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
;X-no-Archive: Maybe
 by: Kerr-Mudd, John - Mon, 8 May 2023 09:21 UTC

On Mon, 8 May 2023 07:38:04 -0000 (UTC)
arnold@hooterville.invalid (Arnold Ziffel) wrote:

> Auric__ <not.my.real@email.address> wrote:
>
> >> On Wednesday, October 16, 1991 at 5:27:47â?ŻAM UTC-7,
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> >> good read.
> >
> > It's over 31 years old. Comments not necessary.
>
> Google users don't care...
>
Oh contrairuh, I think it's touching they want to help (even as you say
it's all a bit late now). But so is DOS Programming (retro-types
(myself included) excluded).

--
Bah, and indeed Humbug.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor