From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: maynard Message-ID: <39272337.0302141925.73d86994@posting.google.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: [9fans] Question About 9p headers... Date: Mon, 17 Feb 2003 10:04:04 +0000 Topicbox-Message-UUID: 646bb4fc-eacb-11e9-9e20-41e7f4b1d025 Greetings, [preamble] I'm at the low end of a re-leaning curve of Plan 9 so be nice :) I'm currently working on a 9p stub for an embedded controler exporting a (not yet fully defined) local namespace. The problem (or confusion) I am having is; not knowing fully the header files that will be necessary to write the stub. Lack of intrinsics knowledge, coupled with a bastardized (not fully ansi/posix) compiler is not helping (i.e. enum, pragma, etc. !supported). Other aspects are covered like tcp/ip stack, loader libs are supplied and not an issue. Finding like code examples are a little scarce (as far as i can tell). If anyone can ->me to some stub examples, or let me know the headers that would be required...sigh I'm already greatful :). In case you're wondering, yes I'm stuck using this compiler since is contains the controller bios, loader,etc. no time to develop that kinda thing. I have considered Limbo/Styx but... /shrug not would prefer to do it using just 9p proper. (Plus not sure if it is 9pv4 ready) Thanks in advace Maynard