LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 06-14-2010, 06:43 PM   #16
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406

if i recall correctly even ms-dos could have been theoretically capable of that but microsoft in their infinite wisdom hard-coded memory access at 640k

@fruttenboel don't you mean 4 MB? i don't recall 386 machines being able to hold physically more then 4 megs, for ms-dos and even win3.11 4 gigabytes of ram would be unfathomably big

Last edited by frieza; 06-14-2010 at 06:45 PM.
 
Old 06-14-2010, 07:30 PM   #17
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by frieza View Post
if i recall correctly even ms-dos could have been theoretically capable of that but microsoft in their infinite wisdom hard-coded memory access at 640k
Wasn't that more of a 16-bit issue? Either way, I don't think Microsoft had as much control over this as you're suggesting. Even on 32-bit hardware, all DOS versions had this limitation, not just the Microsoft version.

That said, they flogged the hell out of that dead horse for about 10 years. Every "consumer" version of Windows before xp (3.0, 3.11, 95, 95A, 98, 98SE and Me) was still a 16-bit OS at it's core. Despite having had 32-bit hardware for almost 10 years, most people were never able to utilise it fully. Of course, Linux could, since it was designed from the ground up for 32-bit processors...
Quote:
Originally Posted by frieza View Post
@fruttenboel don't you mean 4 MB? i don't recall 386 machines being able to hold physically more then 4 megs, for ms-dos and even win3.11 4 gigabytes of ram would be unfathomably big
I thought that the limit with 16 bits was 16 megs?

For me, I'll never need to run "native" DOS again, since DOSBox runs pretty much everything... and it saves me from rebooting.

Last edited by rkelsen; 06-14-2010 at 07:35 PM.
 
Old 06-14-2010, 08:10 PM   #18
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Limit for 16MB is about 1.1MB
 
Old 06-14-2010, 09:45 PM   #19
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by smeezekitty View Post
Limit for 16MB is about 1.1MB
Direct addressing, yes.

Using a memory "driver" (like himem.sys or similar) extends the limit to 16Mb under DOS.

Back in the day, I had a '286 running DOS 5 with 2Mb RAM. I had set it up to load most of the OS in "high" memory (the bit between 640Kb and 1Mb), leaving about 620Kb of "low" memory for programs to use! The second meg was set up as a ram drive. I'd put games into it to make them load faster...

Windows 95B, 98, 98SE and Me were only able to address more than 16Mb that because of some 32 bit extensions.
 
Old 06-15-2010, 01:14 AM   #20
ProtoformX
Member
 
Registered: Feb 2004
Location: Canada
Distribution: LFS SVN
Posts: 334

Rep: Reputation: 34
Quote:
Originally Posted by rkelsen View Post
Direct addressing, yes.

Using a memory "driver" (like himem.sys or similar) extends the limit to 16Mb under DOS.

Back in the day, I had a '286 running DOS 5 with 2Mb RAM. I had set it up to load most of the OS in "high" memory (the bit between 640Kb and 1Mb), leaving about 620Kb of "low" memory for programs to use! The second meg was set up as a ram drive. I'd put games into it to make them load faster...

Windows 95B, 98, 98SE and Me were only able to address more than 16Mb that because of some 32 bit extensions.
himem.sys + emm386.exe = 64mb ram total that can be accessed under DOS!
 
Old 06-15-2010, 05:24 AM   #21
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by smeezekitty View Post
HOW?
I absolutely need that for smeezix
The machine switches to protected mode and sets up a descriptor table such that when the segment register is all zeroes, the machine uses 32 bit addressing. Then it goes back to real mode. And due to a bug in all 80x86 cpu's, the descriptor table stays in effect.

If you load (for example) ES and FS with 0000, you can use 32 bit addressing. CS and DS will be used in the usual way.
If you load (in this case) ES or FS with a non-zero value, the normal addressing (16 x ES + offset) is used.

Search the web for 'flat real mode'. I have the files stored on a computer but not on this one...
 
Old 06-15-2010, 07:14 PM   #22
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by ProtoformX View Post
himem.sys + emm386.exe = 64mb ram total that can be accessed under DOS!
Yeah... emm386.exe is one of the 32-bit extensions I mentioned...
 
Old 06-16-2010, 12:54 AM   #23
bgraybr
LQ Newbie
 
Registered: Aug 2009
Posts: 21

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fruttenboel View Post
Around 15 years ago, Paragon Technology Systems (aka PTS) from Russia published the 'Dos Development Kit'. It was open source DOS. Full sources were included. 95% of the DOS was written in assembler. It sold for 30 dollars or something like that.

PTS-DOS was lightning fast and contained built in drivers for CD-ROMs, which was pretty unique in those days. And it had a bootmanager built in as well.
DR-DOS 7 would not run Windows 3.11, but PTS-DOS would. Blazingly fast.

I still got some copies of that CD-ROm lying around here.

Here http://www.paragon-software.com/products/home/ is their website. They might listen in to you and release all rights for PTS-DOS.
Sounds awesome, I'll take a look at that website. Any chance that you could send me a copy of that CD?
 
Old 06-16-2010, 04:40 AM   #24
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by frieza View Post
if i recall correctly even ms-dos could have been theoretically capable of that but microsoft in their infinite wisdom hard-coded memory access at 640k

@fruttenboel don't you mean 4 MB? i don't recall 386 machines being able to hold physically more then 4 megs, for ms-dos and even win3.11 4 gigabytes of ram would be unfathomably big
I had an 8 MB 386. More RAM was too expensive. But 16 MB would fit as well, given enough slots on your MoBo. The RAM planks were 30 pin SIMMs, so they wer rather limited.

Did I write 4 GB? Then that was wrong.
 
Old 06-16-2010, 04:50 AM   #25
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by rkelsen View Post
I thought that the limit with 16 bits was 16 megs?
No, REAL MODE was limited to 1 Megabyte address space. Real mode used 65536 segments of 16 bytes each. That allows 20 bits for addressing, i.e. 1 MB. Memory managers ran in Protected mode (or in Flat real mode http://en.wikipedia.org/wiki/Unreal_mode) and then could access the memory beyond 1 MB with a trick. Porogram size was still limited to 640 Kb.
DRDOS had a nice little feature. If you ran with a VGA card, the screen buffer was at C000 segment and with the MemMax system, you could add 128 Kb more to the 640 Kb region. Neat.
DOS ws nice. For the time.

Quote:
Originally Posted by rkelsen View Post
For me, I'll never need to run "native" DOS again, since DOSBox runs pretty much everything... and it saves me from rebooting.
I second that. I occasionally run Wolfenstein in dosbox and it runs better than on the old 386.... Awesome.
 
Old 06-16-2010, 07:30 AM   #26
Alexvader
Member
 
Registered: Oct 2009
Location: Japan
Distribution: Arch, Debian, Slackware
Posts: 994

Rep: Reputation: 94
Hasn't IBM PC Dos beem released to FOSS...??
 
Old 06-17-2010, 04:43 AM   #27
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by Alexvader View Post
Hasn't IBM PC Dos beem released to FOSS...??
No, you are in error here. FreeDOS is FOSS.

I was referring to PTS DOS. Made in Russia (aka Soviet union, but then without the union )
 
Old 06-21-2010, 06:02 AM   #28
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
if interested in the DOS development kit, let me know by a private message.
 
Old 06-21-2010, 11:50 AM   #29
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by rkelsen View Post
Wasn't that more of a 16-bit issue? Either way, I don't think Microsoft had as much control over this as you're suggesting. Even on 32-bit hardware, all DOS versions had this limitation, not just the Microsoft version.

That said, they flogged the hell out of that dead horse for about 10 years. Every "consumer" version of Windows before xp (3.0, 3.11, 95, 95A, 98, 98SE and Me) was still a 16-bit OS at it's core. Despite having had 32-bit hardware for almost 10 years, most people were never able to utilise it fully. Of course, Linux could, since it was designed from the ground up for 32-bit processors...

I thought that the limit with 16 bits was 16 megs?

For me, I'll never need to run "native" DOS again, since DOSBox runs pretty much everything... and it saves me from rebooting.
perhaps i shoulda been more specific, if i recall ms-dos was limited to 640k 'conventional memory', everything above that was considered 'upper memory' (or 'high memory') or 'extended memory', but programs had to be specifically written to be able to take advantage of that otherwise they were limited to the 640k 'conventional memory', supposedly people spent quite a bit of time and effort into setting up extended memory managers and config.sys files to optimize memory use on their machines becaus of that limitation.
 
  


Reply

Tags
development, dos, open, source



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: A Modest Idea: What If Microsoft Open Sourced Windows? LXer Syndicated Linux News 4 01-31-2009 01:07 PM
LXer: MystOnline to be open sourced LXer Syndicated Linux News 0 12-14-2008 03:50 PM
LXer: Java fully open-sourced 'by end of year' LXer Syndicated Linux News 0 04-27-2008 09:50 PM
LXer: It's official: ATI Radeon drivers to be open sourced LXer Syndicated Linux News 2 09-07-2007 04:55 PM
LXer: More Sendmail Inc. software to be open sourced LXer Syndicated Linux News 0 06-19-2006 06:33 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 01:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration