From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7871fcf50611140838u77edf6c5g1a3aeb6caa27f24b@mail.gmail.com> Date: Tue, 14 Nov 2006 11:38:26 -0500 From: "Joel Salomon" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Creating a custom jmp_buf; libthread implementation question In-Reply-To: <7871fcf50611140825id517425sedaecc01209a12c6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64c8196ab25721b971e64c96b6f8e065@plan9.jp> <7871fcf50611131933h1b7ee706vc56be7b37cd6b58b@mail.gmail.com> <599f06db0611140158x199f40a6u43f3debcc671ee99@mail.gmail.com> <7871fcf50611140825id517425sedaecc01209a12c6@mail.gmail.com> Topicbox-Message-UUID: dedfdf32-ead1-11e9-9d60-3106f5b1d025 On 11/14/06, Skip Tavakkolian <9nut@9netics.com> wrote: > might want to also checkout Russ' libtask (at swtch.com). That'll be more useful later, when I'm working on the scheduling. I was asking about stack creation though; my professor gave us sample code for use under Linux (very similar to libtask's) and I wanted pointers on how to translate that to Plan 9. The final project won't much look like a back-ported libtask, though; it'll be a bastardized uniprocessor kernel. Good learning project, but not of general use. Thanks for the pointers, --Joel