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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1208 invoked from network); 5 Dec 2021 10:02:33 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 5 Dec 2021 10:02:33 -0000 Received: from mail-wr1-f54.google.com ([209.85.221.54]) by 4ess; Sat Dec 4 20:01:32 -0500 2021 Received: by mail-wr1-f54.google.com with SMTP id u17so6844186wrt.3 for <9front@9front.org>; Sat, 04 Dec 2021 17:01:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Q1bKhAmf/5qcS3Dbc8J62RbGWcCuhSCuqPFTtxC5qK0=; b=FBFbH8eKomVQ6DcBO/RfvTfJcmamEARqjkthiviHIsdGHppXEroArzx1YxTxLjJDyM 81MpGleHZgTZdAsfj+8qmjOs68ImpHKIeVNrYpi2+EhbyDlXIa18KTdP1jea8v1yo5s6 yC/UTzrgdU9JzxXMFDQU+wVxGz3/FOi9WrD0W1Kqr9fzH+0lCruQ9XbYEW6tFDKIwCAF bY2q5KKidAT3YHdVgW/tZsgPx72XIiecHq0Euj9mUhJBxoxtOwXk74lreuWwut26D5hf ZPcFPd1YuKd9QeE4VRbu/l8OYl/7KzkV/EY0zcSHdDN3oMstsoB1kYcESrl4w3AWNoOX VHRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to; bh=Q1bKhAmf/5qcS3Dbc8J62RbGWcCuhSCuqPFTtxC5qK0=; b=YpusSaelhAcE3HeLqnAjrNek08ZFQkgmBu8qap6PZhQf6X9MV7VVcZ1+bC8PzBWK5n Z53lW2VAf54X//li7d/WQfuWlNbPHvNs5DLVWOJzk3NQ58ycF+FR5DlqNaQW4xsVVGbc vQRSiWdqBFXxrjecgK/TIfar0SIvCn3CJ6Z7rQZoshKL2C08b/tnxH5AvhmyVXnDbxb0 ersX8O55EkcEUw1TS3knNL5xETCT5fqjjV4NtlIWvS6Jh2wGpmMYbhZgjyAPx2lGxr4L TXV+MmYpaBBTTypv/Kekddj2AxG+af2E2Xw+2Qh0ZpR54HnsX2XsjgDzW9m87Z/4OvHI b6LA== X-Gm-Message-State: AOAM533GRPB5ZLe+LtmFxlYV3os6898324iwu0+UrFlAriQyPMWryRjQ bYQOtQiujz63+jue9/4OT/cS63XcQUI= X-Google-Smtp-Source: ABdhPJyXTfXqo2juIp2DX9CghHqZNnyvFDoJCsH6fFBq2JCdY1hPCeE09sIxb3DCzU4fk7mYA0rUyQ== X-Received: by 2002:a5d:4883:: with SMTP id g3mr32221662wrq.590.1638666083786; Sat, 04 Dec 2021 17:01:23 -0800 (PST) Return-Path: Received: from beryllium.local (dyndsl-095-033-230-048.ewe-ip-backbone.de. [95.33.230.48]) by smtp.gmail.com with ESMTPSA id v6sm9571090wmh.8.2021.12.04.17.01.23 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Dec 2021 17:01:23 -0800 (PST) Received: from localhost (beryllium.local [local]) by beryllium.local (OpenSMTPD) with ESMTPA id 9aa9cc82 for <9front@9front.org>; Sun, 5 Dec 2021 02:01:20 +0100 (CET) Date: Sun, 5 Dec 2021 01:01:20 +0000 From: Humm To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: <1FE68963-E2C1-4F14-A24E-899E30D12059@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtual SQL storage-aware callback-scale control Subject: Re: [9front] [PATCH] a.out(6): document dynamically loadable modules Reply-To: 9front@9front.org Precedence: bulk Quoth Eli Cohen: >oh. is this for the quake 2 mission packs? I saw that had already been >handled, it didn't use up many bytes anyway I have nothing to do with the awesome game ports. Last time I looked, the Quake II mod stuff was still linked into the q2* binaries. The only uses of dlms I know of are some way for Inferno to load drivers dynamically and a little attempt to get lu9 to use these. (Re drivers: It might be somewhat nice to be able to load 9front drivers dynamically while developing, but you can always boot kernels in vmx (without risking crashing the one you’re running (other than vmx doing that itself)). Not that I ever messed with 9front drivers.) -- Humm