On Wednesday, January 05, 2011 12:36:40 pm Artem Novikov wrote:
> Under WIndows XP I cannot copy these files
> 
> sys\src\9\boot\aux.c
> sys\src\cmd\con\con.c =)
> 
> and these directories
> 
> sys\src\cmd\con\
> sys\src\cmd\aux\
> 
> from Plan 9 source tree, because Windows don't allow anyone create
> directories or files with names "aux", "con".
> 
> *LOL*

lol indeed; thanks to backward compatibility. Back in the heyday of DOS, you 
could 
copy CON FILE.txt
(typety typety typety)
^Z

and you got a nice file :D

or, perhaps,
copy FILE.txt LPT1
and have it printed

in any case, the limitation is not in filesystem, neither in handling of 
directory access; there's a `hack' involving a somewhat twisted pathname to 
create the directory; see the discussion at

http://kerneltrap.org/node/5772

-- 
dexen deVries


``You want to make your way in the CS field? Simple. Calculate rough time of 
amnesia (hell, 10 years is plenty, probably 10 months is plenty), go to the 
dusty archives, dig out something fun, and go for it.   It's worked for many 
people, and it can work for you.''  - Ron Minnich

Reply via email to