Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.programmer > #2514 > unrolled thread

Book source code, The Undocumented PC

Started byTrifle Menot <triflemenot@protocol.invalid>
First post2017-01-24 17:15 +0000
Last post2017-01-25 12:57 +0000
Articles 6 — 5 participants

Back to article view | Back to comp.os.msdos.programmer


Contents

  Book source code, The Undocumented PC Trifle Menot <triflemenot@protocol.invalid> - 2017-01-24 17:15 +0000
    Re: Book source code, The Undocumented PC rugxulo@gmail.com - 2017-01-24 12:27 -0800
      Re: Book source code, The Undocumented PC Rod Pemberton <NeedNotReplyHere@xrsevnneqk.cem> - 2017-01-24 23:04 -0500
        Re: Book source code, The Undocumented PC Trifle Menot <triflemenot@protocol.invalid> - 2017-01-25 14:18 +0000
          Re: Book source code, The Undocumented PC Mathieu Kacou <kacoumathieu@gmail.com> - 2022-01-29 20:17 -0800
    Re: Book source code, The Undocumented PC Bogus@Embarq.com (Steve) - 2017-01-25 12:57 +0000

#2514 — Book source code, The Undocumented PC

FromTrifle Menot <triflemenot@protocol.invalid>
Date2017-01-24 17:15 +0000
SubjectBook source code, The Undocumented PC
Message-ID<jo2f8c1o4lvmj38pnsuaruio2b3csedrbk@4ax.com>
On Tue, 24 Jan 2017 14:03:27 GMT, Bogus@Embarq.com (Steve) wrote:

> As mentioned in another posting, SaveDskF is at Hobbes as Loadpf.zip
> and works with OS/2 and DOS.  So I will try mailing that image later today.

Got it. At first, I was puzzled about the size. Then I thought, maybe
savedskf compressed it, in some weird IBM way.

So I went to Hobbes, and searched for Loadpf.zip. No result. Then, I
searched for savedskf, found loaddf.zip, and downloaded that.

Then I ran loaddskf to write your .dsk file back out to 1.44 MB floppy.
That worked.

Then I tried savedskf /n /a but it created a non standard file size,
1.474.601. 

So then I tried savedskf /d /a and that created a normal file size of
1,474,560.

I uploaded it (2nd edition) to 4shared, and updated the 1st edition file
name, to make them sort in order alphabetically.

Here are both links.

http://www.4shared.com/file/l2ovk9Kxba/Undocumented_PC-1e.html

http://www.4shared.com/file/bt-1MSroce/Undocumented_PC-2e.html


Thanks Steve!


<rant on>

Once upon a time, when large computers ruled the land, I liked IBM.

But when the PC era began, IBM's proprietary, anti-competitive, big iron
corporate mentality never translated well to the consumer market.

When they introduced the proprietary PS/2 line, it was all downhill from
there. OS/2 was the final nail in the coffin.

If men could only see the future, just a little glimpse of it, how wise
they might be ...

<rant off>

[toc] | [next] | [standalone]


#2518

Fromrugxulo@gmail.com
Date2017-01-24 12:27 -0800
Message-ID<facb29ce-3a54-41b9-851b-3fc7b268feec@googlegroups.com>
In reply to#2514
Hi,

On Tuesday, January 24, 2017 at 11:15:16 AM UTC-6, Trifle Menot wrote:
> On Tue, 24 Jan 2017 14:03:27 GMT, Bogus@Embarq.nospam (Steve) wrote:
> 
> > As mentioned in another posting, SaveDskF is at Hobbes as Loadpf.zip
> > and works with OS/2 and DOS.  So I will try mailing that image later today.
> 
> Then I ran loaddskf to write your .dsk file back out to 1.44 MB floppy.
> That worked.
> 
> So then I tried savedskf /d /a and that created a normal file size of
> 1,474,560.

FreeDOS DISKCOPY should read/write .IMG from floppy disk:

* http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/diskcopy.html
* http://help.fdos.org/en/hhstndrd/base/diskcopy.htm

Or use Raread/Rawrite:

* http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/disk/raread/
* http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/disk/rawrite/

Or use FDIMAGE:

* http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.1-RELEASE/tools/

Or Plop's DISKIMG:

* https://www.plop.at/en/dostools.html

Or (for writing only) use this small (2 kb!) sfx:

https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/tools/sfx14436.zip

> <rant on>
> 
> Once upon a time, when large computers ruled the land, I liked IBM.
> 
> But when the PC era began, IBM's proprietary, anti-competitive, big iron
> corporate mentality never translated well to the consumer market.
> 
> When they introduced the proprietary PS/2 line, it was all downhill from
> there. OS/2 was the final nail in the coffin.
> 
> If men could only see the future, just a little glimpse of it, how wise
> they might be ...
> 
> <rant off>

MS and IBM "divorced" circa 1991, so that didn't help. Win95-era programs
were not directly supported. From what I'm told, OS/2 just didn't have
enough drivers (not to mention networking, which AFAIK wasn't cheap).

Eventually IBM sold/spun off the desktop stuff to Lenovo. But they had
already, years before, recommended everyone switch to Java and Linux.

(Who knows. I'm probably misunderstanding, but it's certainly one big
mess. At least the IBM PC clones still live on, barely.)

[toc] | [prev] | [next] | [standalone]


#2519

FromRod Pemberton <NeedNotReplyHere@xrsevnneqk.cem>
Date2017-01-24 23:04 -0500
Message-ID<20170124230405.3bbb7133@_>
In reply to#2518
On Tue, 24 Jan 2017 12:27:30 -0800 (PST)
rugxulo@gmail.com wrote:

> On Tuesday, January 24, 2017 at 11:15:16 AM UTC-6, Trifle Menot wrote:
> > On Tue, 24 Jan 2017 14:03:27 GMT, Bogus@Embarq.nospam (Steve) wrote:

> > > As mentioned in another posting, SaveDskF is at Hobbes as
> > > Loadpf.zip and works with OS/2 and DOS.  So I will try mailing
> > > that image later today.  
> > 
> > Then I ran loaddskf to write your .dsk file back out to 1.44 MB
> > floppy. That worked.
> > 
> > So then I tried savedskf /d /a and that created a normal file size
> > of 1,474,560.  
> 
> FreeDOS DISKCOPY should read/write .IMG from floppy disk:
> 
> *
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/diskcopy.html
> * http://help.fdos.org/en/hhstndrd/base/diskcopy.htm
> 
> Or use Raread/Rawrite:
> 
> *
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/disk/raread/
> *
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/disk/rawrite/
> 
> Or use FDIMAGE:
> 
> *
> http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.1-RELEASE/tools/
> 
> Or Plop's DISKIMG:
> 
> * https://www.plop.at/en/dostools.html
> 
> Or (for writing only) use this small (2 kb!) sfx:
> 
> https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/tools/sfx14436.zip
> 

After I discovered John Fine's partcopy for DOS or Windows 98/SE, I
stopped using rawread/rawrite.

http://files.osdev.org/mirrors/geezer/johnfine/pcopy02.zip


Rod Pemberton

[toc] | [prev] | [next] | [standalone]


#2521

FromTrifle Menot <triflemenot@protocol.invalid>
Date2017-01-25 14:18 +0000
Message-ID<bnch8cpf86qu995i8fo141jv7bdeegenln@4ax.com>
In reply to#2519
On Tue, 24 Jan 2017 23:04:05 -0500, Rod Pemberton
<NeedNotReplyHere@xrsevnneqk.cem> wrote:


>After I discovered John Fine's partcopy for DOS or Windows 98/SE, I
>stopped using rawread/rawrite.

>http://files.osdev.org/mirrors/geezer/johnfine/pcopy02.zip


Looks dangerous for the simple task of making a floppy image. Here's
another utility I found (have not tried though).

http://www.brutman.com/PCjr/downloads/DskImage.zip


[toc] | [prev] | [next] | [standalone]


#4145

FromMathieu Kacou <kacoumathieu@gmail.com>
Date2022-01-29 20:17 -0800
Message-ID<1ad817d1-d1dc-4ab9-b977-7ea1c46ae09fn@googlegroups.com>
In reply to#2521
Hello please can somebody help me !
I'am looking for the source codes of the examples in the book " the undocumented pc by Frank Van Gilluwe"
I will be very happy.

I'm kacoumathieu on gmail

[toc] | [prev] | [next] | [standalone]


#2520

FromBogus@Embarq.com (Steve)
Date2017-01-25 12:57 +0000
Message-ID<c1.2b8.3v7lSP$068@NOVOSAD3.EMBARQ.COM>
In reply to#2514
Trifle Menot <triflemenot@protocol.invalid> writes:
>On Tue, 24 Jan 2017 14:03:27 GMT, Bogus@Embarq.com (Steve) wrote:
>
>> As mentioned in another posting, SaveDskF is at Hobbes as Loadpf.zip
>> and works with OS/2 and DOS.  So I will try mailing that image later today.
>
>Got it. At first, I was puzzled about the size. Then I thought, maybe
>savedskf compressed it, in some weird IBM way.

   Yup, compressed.

>So I went to Hobbes, and searched for Loadpf.zip. No result. Then, I
>searched for savedskf, found loaddf.zip, and downloaded that.

   Bad eysight, clumbsy fingers...

>Then I ran loaddskf to write your .dsk file back out to 1.44 MB floppy.
>That worked.
>
>Then I tried savedskf /n /a but it created a non standard file size,
>1.474.601. 
>
>So then I tried savedskf /d /a and that created a normal file size of
>1,474,560.
>
>I uploaded it (2nd edition) to 4shared, and updated the 1st edition file
>name, to make them sort in order alphabetically.
>
>Here are both links.
>
>http://www.4shared.com/file/l2ovk9Kxba/Undocumented_PC-1e.html
>
>http://www.4shared.com/file/bt-1MSroce/Undocumented_PC-2e.html
>
>
>Thanks Steve!

   You are welcome.

Regards,

Steve N.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.msdos.programmer


csiph-web