BetaArchive Logo
Total Current Archive Size: 4925.26GB in 15820 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 6d, 16h, 22m | CPU: 7% | MEM: 4238MB of 12279MB used
{The community for beta collectors}

Post new topic Reply to topic  [ 21 posts ] 
Author Message
 PostPost subject: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 3:34 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jan 09, 2010 7:28 pm

Posts
32

Favourite OS
Vista SP2 6002
As you know, in the floppy format for xp and later os. There is an option to make the ms-dos boot disk, and it's ms-dos 8.0 (4.90.3000).

But where is the dos from? The answer is that the diskcopy.dll includes a 1.44 M floppy image. You can use a hex edit to grab the image from the dll. The ms-dos 8.0 from diskcopy.dll is a bit different from the winme dos.

But if you use a data recover software to search in the image you'll find that the ms-dos 8.0 image is actually a modified version of winme boot disk, you can find the deleted files.

In the picture is the floppy image from the diskcopy.dll in vista, and it was modified in 2005. The files with "X" are the files deleted from the original winme floppy, which is created in 2001.
Image


There is one file named "?eadme.txt". It is actually a file described how the ms-dos 8.0 floppy in diskcopy.dll was made. Recovery it to readme.txt, you'll find the secret:
DOS Boot Disk Readme
======================
May 25, 2001
Aidan Low (aidanl@microsoft.com)

This directory contains the files that make up the DOS boot disk on whistler.

06/08/2000 05:00 PM 58,870 EGA2.CPI
06/08/2000 05:00 PM 58,753 EGA3.CPI
06/08/2000 05:00 PM 58,870 EGA.CPI
06/08/2000 05:00 PM 21,607 KEYB.COM
06/08/2000 05:00 PM 34,566 KEYBOARD.SYS
06/08/2000 05:00 PM 31,942 KEYBRD2.SYS
06/08/2000 05:00 PM 31,633 KEYBRD3.SYS
06/08/2000 05:00 PM 13,014 KEYBRD4.SYS
06/08/2000 05:00 PM 29,239 MODE.COM
06/08/2000 05:00 PM 93,040 COMMAND.COM
06/08/2000 05:00 PM 17,175 DISPLAY.SYS
04/07/2001 01:40 PM 9 MSDOS.SYS <-- should be system, readonly, hidden when copied to the floppy
05/15/2001 06:57 PM 116,736 IO.SYS <-- should be system, readonly, hidden when copied to the floppy

To prepare the disk image for the DOS boot disk, create a system disk on a Win9X Machine so that the boot sector is created properly.

Then copy these files over, setting the appropriate attributes. (the attributes are called out in the list above)

Finally, use the imgtool.exe tool to create a disk image from the floppy. Typically this will be something like

imgtool.exe \\.\a: c:\myimage.bin

======================
You can see that this is make by Aidan Low in 2001, in which the msdos.sys and io.sys is modified from the original winme boot disk. And the image is made with imgtool.exe, which can also be recovery from diskcopy.dll


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 4:01 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Mon Apr 13, 2009 12:36 am

Posts
185

Favourite OS
Neptune 5.5.5111, ME Betas
very nice, didn't know that ;)


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 5:09 pm 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Sat Nov 14, 2009 9:30 pm

Posts
666

Favourite OS
Microsoft Windows 9x/ME
OMG Thanks for this information!!!!

_________________
ImageVB Collector.


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 5:18 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jan 09, 2010 7:28 pm

Posts
32

Favourite OS
Vista SP2 6002
Another information about the diskcopy.dll is that there are only two versions ms-dos 8 images in diskcopy.dll. One is in xp sp2 and before, the other is in vista sp1 and later.

The first version was made in 2001, and the second one is made in 2005.


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 5:31 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Mon Oct 05, 2009 1:56 am

Posts
359

Location
Quebec,Canada

Favourite OS
Windows Longhorn 4074
How we can extract this?

_________________
Image Image
100th Post 200th Post


Top  Profile  WWW
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 5:52 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jan 09, 2010 7:28 pm

Posts
32

Favourite OS
Vista SP2 6002
skfunnyboy wrote:
How we can extract this?

You can open the diskcopy.dll with any type of hex editor (e.g winhex).

Search for EB3C90, it is the head of the fat boot sector. Then extract the length 1,474,560 bytes from "EB". And you'll get a 1.44MB floppy image.


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 6:01 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Mon Oct 05, 2009 1:56 am

Posts
359

Location
Quebec,Canada

Favourite OS
Windows Longhorn 4074
Ok and how to search to EB3C90...
I dont know how WinHex work XD

_________________
Image Image
100th Post 200th Post


Top  Profile  WWW
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 7:17 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Sat Jun 14, 2008 10:26 pm

Posts
326

Location
USA

Favourite OS
Windows 2000 SP4
Would anyone be willing to PM me a copy of the .IMG file?


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 8:18 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Sun Nov 01, 2009 1:55 am

Posts
262

Location
/dev/null

Favourite OS
Neptune 5111 & NTLEGO
To your knowledge, is there any checking done on the content of the image embedded in diskcopy.dll, or could it theoretically be swapped with any image?

_________________
Co-Worker #1: "A boolean variable has two possible values: true or false."
Co-Worker #2: "Umm...true?"


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 8:45 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jan 09, 2010 7:28 pm

Posts
32

Favourite OS
Vista SP2 6002
MonsterMagnet wrote:
To your knowledge, is there any checking done on the content of the image embedded in diskcopy.dll, or could it theoretically be swapped with any image?

I think it is possible to replace the image with another 1.44M floppy image.


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Sun Jan 10, 2010 11:16 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sun Jul 15, 2007 5:29 pm

Posts
1021

Location
Sweden

Favourite OS
OSX & LH4074
can somebody upload a image to share.longhorn.dk ?

_________________
Regards,
Leon Bollerup - BA VIP Member

OSX on dell Latitude - SEO & Sökmotoroptimering - Online Backup


Top  Profile  WWW  ICQ
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 5:44 am 
Amateur Beta Collector
Amateur Beta Collector
Offline

Joined
Wed Jun 17, 2009 4:25 am

Posts
121
Hate to spoil the moment here but anyone involved with tihiy's fixes for win98se knew of it, and knew
that it could be extracted with any resource editor like reshack or the likes.
And it really is just a millennium edition bootdisk, not something that reports as dos 8 or the likes. :P


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 6:13 am 
Pro Beta Collector
Pro Beta Collector
Offline

Joined
Sun May 18, 2008 3:04 am

Posts
547

Location
Minnesota, USA

Favourite OS
9369
http://share.longhorn.dk/get.php?id=123

This one is from 7 x64 Ultimate, your welcome :P


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 7:28 am 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sun Jul 15, 2007 5:29 pm

Posts
1021

Location
Sweden

Favourite OS
OSX & LH4074
awesome, thank you :D

Would it work on x86 also ?

_________________
Regards,
Leon Bollerup - BA VIP Member

OSX on dell Latitude - SEO & Sökmotoroptimering - Online Backup


Top  Profile  WWW  ICQ
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 9:14 am 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jan 09, 2010 7:28 pm

Posts
32

Favourite OS
Vista SP2 6002
leonbollerup wrote:
awesome, thank you :D

Would it work on x86 also ?

The image from x86/x64 are same. And all image are english version no matter what language the diskcopy.dll is.


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 9:15 am 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sun Jul 15, 2007 5:29 pm

Posts
1021

Location
Sweden

Favourite OS
OSX & LH4074
ahh great...

I'm thinking to soon add a file browser to share.longhorn.dk since its hosting alot of good stuff :D

_________________
Regards,
Leon Bollerup - BA VIP Member

OSX on dell Latitude - SEO & Sökmotoroptimering - Online Backup


Top  Profile  WWW  ICQ
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 9:54 am 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Sun Dec 30, 2007 8:12 am

Posts
621
The diskette has been dismantled at the starman's site.

It's pretty much the Windows ME install diskette, with new files added to it.


Top  Profile  WWW
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 1:59 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Thu Nov 01, 2007 2:29 pm

Posts
42
Not really-really a secret, or at lest an already revealed one. ;)

Here (includes tool(s)) to extract the image:
http://www.911cd.net/forums//index.php?showtopic=16745

jaclaz


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 3:03 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jan 09, 2010 7:28 pm

Posts
32

Favourite OS
Vista SP2 6002
jaclaz wrote:
Not really-really a secret, or at lest an already revealed one. ;)

Here (includes tool(s)) to extract the image:
http://www.911cd.net/forums//index.php?showtopic=16745

jaclaz

This is the earlier version of diskcopy.dll (xp sp2 and earlier), which is made in 2001.

Here I show the newer version, which includes the readme describing how the floppy image was made by Microsoft workers :D .


Top  Profile
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Mon Jan 11, 2010 10:09 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Fri Jun 26, 2009 11:47 pm

Posts
433

Location
Absurdistlán, Mexico

Favourite OS
Windows CE 2.11 Build 9015
As a fan of MS-DOS, this is really an amazing find.

_________________
Image

Help me get to my goal of 5 bitcoins! Donate to 166wvZUzA8j7Ltf3eZZK8KW1fCeiAPFVtr


Top  Profile  WWW  YIM
 PostPost subject: Re: The secret of ms-dos 8.0 in xp/vista/win7        Posted: Tue Jan 12, 2010 5:22 am 
Amateur Beta Collector
Amateur Beta Collector
Offline

Joined
Wed Jun 17, 2009 4:25 am

Posts
121
As I posted above, it was a known fact amongst those who develop tweaks and fixes for early OSs, and could be extracted using any resource editor.

Image


Top  Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ] 




Who is online

Users browsing this forum: klower and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS