View Poll Results: Do you know what the 640k barrier is/was?
- Voters
- 39. You may not vote on this poll
-
Sep 27th, 2006, 12:13 PM
#1
Brad poll: If you have 30 seconds, please answer this yes/no question for me
Please answer the poll question honestly. Do you know what this is (before looking it up )? I'm curious to get a serious poll result on this.
Thanks,
Brad!
-
Sep 27th, 2006, 12:27 PM
#2
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
Nice one. 
[TalkingToMyself]
Is he trying to guess average member age ?
[/TalkingToMyself]
-
Sep 27th, 2006, 01:02 PM
#3
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
I voted since Brad knows (or could look up) my age. 
Yes I know what it is and why it was needed.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Sep 27th, 2006, 02:48 PM
#4
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
Do you know what the 640k barrier is/was?
How could you not?... This Q is more for new commers...
-
Sep 27th, 2006, 03:14 PM
#5
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
I had no idea what it was. Although I have used an 8086
-
Sep 27th, 2006, 05:33 PM
#6
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
Damn, I thought I was old.
-
Sep 28th, 2006, 12:06 AM
#7
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
so what is a 640K barrier?
-
Sep 28th, 2006, 12:52 AM
#8
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
http://en.wikipedia.org/wiki/640k_barrier
...Back then I just started learning 'computers'. Most of the time I used it to play games. I never needed more than 640KB.
-
Sep 28th, 2006, 02:27 AM
#9
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
640K barrier? What about the 64k barrier?
-
Sep 28th, 2006, 07:21 AM
#10
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
LOL - I remember when it went to 640 from 256. There was joy throughout the land!
-
Sep 29th, 2006, 07:29 AM
#11
Hyperactive Member
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
I've had a guy locked in my basement with an XT for the last 25 years, and if you ask him, 640K is still more than enough for anyone..
-
Sep 29th, 2006, 07:34 AM
#12
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
same question what is a 640K barrier?
-
Sep 29th, 2006, 08:23 AM
#13
Hyperactive Member
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
If that wasn't a sarcastic/rhetorical question, it was a compatibility limit.. In DOS days if you put 4MB of ram into a pc amd typed mem /c you would see your memory broken down into 640KB of conventional memory, and the rest would be initialized as extended or expanded memory that could only be accessed through apps that were actually loaded into the base 640KB of conventional memory.. How your upper ram was allocated changed the way your pc ran.. I'm sure a few ppl here remember batch files to reboot their computers to different memory layouts for top of the line games like Doom.. If you were computing in those days, and didn't do these things then you really weren't using your PC to its fullest potential..
-
Oct 4th, 2006, 05:34 PM
#14
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
 Originally Posted by RobDog888
Yes I know what it is and why it was needed.
Needed? There was no reason for it at all, Rob. OS and video could have been loaded low, leaving whatever memory there was contiguous (neglecting Intel's stupid segmented addressing), or the OS could have relocated to the top of RAM, ala CP/M, Mac OS and a lot of others.
The only "need" was Bill's, in not wasting time with any of that, because "no one will ever need more than 640k". I guess the wronger you are, the richer you get.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Oct 4th, 2006, 06:53 PM
#15
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
Segment offset may have been needed, but 640k was a boneheaded mistake....or maybe it didn't matter. People hated segment ffset, but if you had to deal with that, it really didn't matter whether it was 640k or not as long as the segments were 16bit and were thus capped at 64k. You could have a terrabyte of memory with massive numbers of segments, but it wouldn't have made one furry bit of difference, because the memory models would have been the same: Tiny would be rare, small and compact would be nice ideals...if you could get there, large would have been typical for most things, and huge would have been outrageous.
640k didn't matter, and it wasn't essential. What was critical was 16 bit registers.
Oh, and Brad, why did you hide how people voted on this, it would have been interesting?
My usual boring signature: Nothing
 
-
Oct 5th, 2006, 07:57 AM
#16
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
 Originally Posted by Shaggy Hiker
Oh, and Brad, why did you hide how people voted on this, it would have been interesting?
Do you not bet the view poll linkt that shows the results?
Brad!
-
Oct 5th, 2006, 04:29 PM
#17
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
 Originally Posted by brad jones
Do you not bet the view poll linkt that shows the results?
What?
-
Oct 5th, 2006, 04:46 PM
#18
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
 Originally Posted by iPrank
Most of the time I used it to play games. I never needed more than 640KB.
I learned of the 640KB barrier because of games. The computer was primarily my father's work computer and loaded so many drivers by default that only about 400K remained - too little for most games in the late DOS era. My first contact with programming was modifying config.sys and autoexec.bat to build complicated boot menus and all that stuff.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 5th, 2006, 05:12 PM
#19
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
"Why is was needed."
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 5th, 2006, 08:21 PM
#20
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
 Originally Posted by brad jones
Do you not bet the view poll linkt that shows the results?
Brad!
I've read this over three times, and I think (though I'm not quite certain, still) that the answer is "no".
My usual boring signature: Nothing
 
-
Oct 9th, 2006, 06:03 PM
#21
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
I know what the 640kb barrier is but voted no because I didn't relate the question to my first 8086 . Does that count as giving away my age?
-
Oct 11th, 2006, 06:56 AM
#22
Fanatic Member
Re: Brad poll: If you have 30 seconds, please answer this yes/no question for me
 Originally Posted by brad jones
Please answer the poll question honestly. Do you know what this is (before looking it up  )? I'm curious to get a serious poll result on this.
Thanks,
Brad!
waaaaaay before my time Brad
 Life is one big rock tune 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|