OSDev.org

The Place to Start for Operating System Developers
It is currently Sun May 12, 2024 4:51 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Up, Up and UP to the desktop
PostPosted: Sun Jun 10, 2007 10:08 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 7:42 pm
Posts: 1391
Location: Unknown. Momentum is pretty certain, however.
Why is it that in Windows the desktop is considered the highest directory? If you actually go to the desktop directory from the harddrive, you can go up, up, and up until you get to the desktop again! Whats up with that?!? :? :!:

_________________
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 10, 2007 10:40 pm 
Offline
Member
Member

Joined: Thu Jul 07, 2005 11:00 pm
Posts: 1546
one of the developers at microsoft decided to play a practical joke and make a paradox...course, then the developers thought that the users would like the hint of humor, and then they just haven't decided to fix the code when people disliked it..(what's weird is if you go up from my computer to the desktop, yet my computer isn't always in the desktop!)

_________________
My new NEW blag


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 12, 2007 8:25 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2004 11:00 pm
Posts: 874
Location: WA
Quote:
Why is it that in Windows the desktop is considered the highest directory? If you actually go to the desktop directory from the harddrive, you can go up, up, and up until you get to the desktop again! Whats up with that?!? Confused Exclamation


'desktop' at the highest level, is the name windows uses to refer to your computer, everything in your computer (including all your hardware), is part of your 'desktop', anything that is not on your desktop, is elsewhere, and therefore, part of a different computer

the desktop at the lower level (under files and settings), is not the desktop, it is the settings for your background desktop window (and in its correct place under user settings)

_________________
## ---- ----- ------ Intel Manuals
OSdev wiki


Top
 Profile  
 
 Post subject: Re: Up, Up and UP to the desktop
PostPosted: Tue Jun 12, 2007 9:19 am 
Offline
Member
Member
User avatar

Joined: Fri Dec 15, 2006 5:26 pm
Posts: 437
Location: Church Stretton Uk
piranha wrote:
Why is it that in Windows the desktop is considered the highest directory? If you actually go to the desktop directory from the harddrive, you can go up, up, and up until you get to the desktop again! Whats up with that?!? :? :!:


I doubt if you will find the word directory used in any Windows documentation aimed at a user with no idea how a computer works. It is replaced with the concept of folder, which is meant to be more intuitive. Admittedly folders can contain folders which can contain yet other folders, which is not exactly a common arrangement in a paper based filing system, but confusion can only arise if you try to map the notion of folders directly onto a tree structured directory system.

In case you haven't twigged, the icon labelled drive x: is the root directory.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 12, 2007 9:31 am 
Offline
Member
Member

Joined: Mon Apr 09, 2007 12:10 pm
Posts: 775
Location: London, UK
mathematician wrote:
I doubt if you will find the word directory used in any Windows documentation aimed at a user with no idea how a computer works. It is replaced with the concept of folder, which is meant to be more intuitive.


Microsoft, as far as I remember, introduced the name 'folder' in Win95. Before that they used to call them directories, e.g. the 'dir' command to get a directory listing. I remember a 16-bit window system for the PC called GeoWorks which always used to refer to directories as folders, long before Win95 came around.

Regards,
John.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 24, 2007 10:38 pm 
Offline
Member
Member

Joined: Fri Jun 22, 2007 1:11 pm
Posts: 40
Location: The USA
The Highest Directory in Windows 9x+ should be:
C:\
In XP:
C:\Documents and Settings\Bill Gates\
(your name here)

In Linux it's harder!

My Computer is \dev0\media but Dev0 is a folder within itself (more of an alias\Shortcut) and it's like all devices are in \dev0\media\ but they are linked together in My Computer which is in \dev0\ ITS MORE CONFUSIN' THAN XP!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 25, 2007 3:16 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 7:42 pm
Posts: 1391
Location: Unknown. Momentum is pretty certain, however.
Which Linux Distro are you using?

_________________
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 25, 2007 3:21 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
I haven't understood a single post "Speewave" has made on this forum, He/she must be some sort of druggie :wink:

_________________
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 25, 2007 3:27 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 7:42 pm
Posts: 1391
Location: Unknown. Momentum is pretty certain, however.
:lol: Thats good.

Also, I think that Linux is easier to understand then a paradox...

_________________
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 25, 2007 3:34 pm 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
piranha wrote:
Also, I think that Linux is easier to understand then a paradox...

Ever tried configuring your own kernel? I'd rather read a paradox. Takes less time.

This is a lie. :twisted:

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 25, 2007 4:40 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 7:42 pm
Posts: 1391
Location: Unknown. Momentum is pretty certain, however.
I configured my own kernel very quickly, correctly, easily, and it worked.
I just don't like Windows so maybe that influenced my opinion.

_________________
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 27, 2007 1:22 pm 
Offline
Member
Member
User avatar

Joined: Thu Sep 28, 2006 10:32 am
Posts: 1309
Location: Slovakia
Speewave wrote:
The Highest Directory in Windows 9x+ should be:
C:\
In XP:
C:\Documents and Settings\Bill Gates\
(your name here)

In Linux it's harder!

My Computer is \dev0\media but Dev0 is a folder within itself (more of an alias\Shortcut) and it's like all devices are in \dev0\media\ but they are linked together in My Computer which is in \dev0\ ITS MORE CONFUSIN' THAN XP!


Hehe, too much slivovitz? :lol:

The highest directory in winxp (as in Windows Explorer) is surely My Computer. You can't get any up from there. It's up as can you get :)
Win9x - I think the same, but dunno because I used Win95 in 1999 as a 6 year old child playing DooM II. :twisted:

On Linux, I dont know.

Regards,
inflater

_________________
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)


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

All times are UTC - 6 hours


Who is online

Users browsing this forum: SemrushBot [Bot] and 1 guest


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
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group