Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
819 views

Beginning Web Development on Plan 9

I've been wanting to program for the Plan 9 operating system for a while. I'd really like to play around with a web app there. Of course, the only language I know for Plan 9 is C, and that doesn't ...
4
votes
3answers
551 views

What research-operating-system features would you advocate including in Google Chrome Operating System

Imagine that a large player is undertaking the construction of a new operating system, where backward compatibility requirements are limited to: Run existing applications written in (or compiled to) ...
1
vote
3answers
159 views

Plan9 file-type

It has been said that in plan 9 everything is a file. Please list everything, i.e. all things represented in the filesystem in plan9(especially things that are not files in *nix os-es).
1
vote
2answers
119 views

Plan 9 acme: can't create file

I'm running plan 9 OS in virtual box.Host OS is fedora 14. When I acme hello.c and there's an error saying can't open hello.c:'hello.c' file does not exist I'm following this guide newbie-guide
0
votes
0answers
69 views

Equivalent to -fplan9-extensions in Clang?

How do I get the anonymous struct/union behaviour activated by -fplan9-extensions in GCC to work in Clang? I'm getting errors assigning to members of anonymous when using designated initializers, and ...