From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FORGED_GMAIL_RCVD,FREEMAIL_FROM,HTML_MESSAGE, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 30110 invoked from network); 29 Aug 2023 10:47:07 -0000 Received: from tb-ob0.topicbox.com (64.147.108.117) by inbox.vuxu.org with ESMTPUTF8; 29 Aug 2023 10:47:07 -0000 Received: from tb-mx1.topicbox.com (tb-mx1.nyi.icgroup.com [10.90.30.61]) by tb-ob0.topicbox.com (Postfix) with ESMTP id 8EA573597B for ; Tue, 29 Aug 2023 06:47:05 -0400 (EDT) (envelope-from bounce.mM41147d163677a52982cd7486.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx1.topicbox.com (Postfix, from userid 1132) id 8207D2328BB1; Tue, 29 Aug 2023 06:47:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :message-id:date:mime-version:content-type :content-transfer-encoding:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; t= 1693306025; x=1693392425; bh=aIUoN0dGR681ab2MkNl7ixhSHh0VsK2o39T TNQusuvM=; b=SSaEJf9GSQDYtmwIZIfHDrQ4w8+Z4NCxkyTMcLV99JDvFSPjKgO qnBnxMWiZ5W7mcsFBRZQcf6ycti626EWC/VYOaTx9gwa6WtWkHCopfC5F0LXelHe MzvC7lOHDj3IPMMh5DTm4wY0hrMuNoI4SAu1Sh5kevJ3DCLJmpQdxPww= From: dusan3sic@gmail.com To: 9fans <9fans@9fans.net> Message-Id: <16933060120.86e7cFDc.27169@composer.9fans.topicbox.com> Date: Tue, 29 Aug 2023 06:46:52 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=16933060121.FCeD.27169 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 5d44b596-4659-11ee-8f18-70e640decc0b Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UZDBlN2E0ZjczZDFlYWUzYi1NNDExNDdkMTYzNjc3YTUyOTgyY2Q3?= =?UTF-8?B?NDg2Pg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] /dev/realtime doesn't exist? List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M41147d163677a52982cd7486:1:UyjMZG3ZSbzoEI_fsrWf-NMPzIyk1AnaI6KVpFWTNUs --16933060121.FCeD.27169 Date: Tue, 29 Aug 2023 06:46:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I was reading an article about plan9's realtime scheduler edf (http://doc.c= at-v.org/plan_9/real_time/real_time_in_a_real_operating_system/real_time_in= _a_real_operating_system.pdf, page 7), and they mentioned using /dev/realti= me to create realtime processes, but /dev/realtime doesn't exist on my mach= ine (I am using 9front). I found a post here from 07 saying something about= removing it a long time ago, but it got no answers.=20 In proc(3) they mention some commands for configuring realtime processes bu= t I don't know if that is to configure an already made realtime process or = to make one from a regular. How do i make realtime processes in these days? ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Td0e7a4f73d1eae3b-M41147= d163677a52982cd7486 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16933060121.FCeD.27169 Date: Tue, 29 Aug 2023 06:46:52 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I was reading an article about plan9's rea= ltime scheduler edf (h= ttp://doc.cat-v.org/plan_9/real_time/real_time_in_a_real_operating_system/r= eal_time_in_a_real_operating_system.pdf, page 7), and they mentioned us= ing /dev/realtime to create realtime processes, but /dev/realtime doesn'= ;t exist on my machine (I am using 9front). I found a post here from 07 say= ing something about removing it a long time ago, but it got no answers.

In proc(3) they mention some commands for co= nfiguring realtime processes but I don't know if that is to configure a= n already made realtime process or to make one from a regular. How do i mak= e realtime processes in these days?
= --16933060121.FCeD.27169--