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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4537 invoked from network); 29 Apr 2021 11:18:14 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 29 Apr 2021 11:18:14 -0000 Received: from mail-io1-f47.google.com ([209.85.166.47]) by 1ess; Thu Apr 29 07:13:19 -0400 2021 Received: by mail-io1-f47.google.com with SMTP id q25so21676006iog.5 for <9front@9front.org>; Thu, 29 Apr 2021 04:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=llFS3tK685FnRpDHVpsXczIJada5tf8d9r02RSxo3EU=; b=AV6YOzLLaay5r91GuORV0XOwm42BEZz20+rTUjps7RAmK+ALF6ZZjR0JAkZGiq00lS tmcPMW9ezNnP7VQnmTeFzpKnzRKJO4q3xsq7LPV5VMQXldJrh8stWxt7b3FQGJ2OlQ7r Pvu2yEzjXx3On7DwFrlmfs3tc5tl9FVUxvWzR60CcbRJvWuGr66QkGg5t982d0wtxVO9 /2IJJ/h3zoQeggh9D7Xpo71JXeJOLxXiN+u9qgY1YgGwQ5iC8SjV3bmGH/mnjloL3Ajv dlGgcWiJyeEXUtIGrL3QVtyHaXb+KiEcZgwxqH9UW0bdQLNFllhKhTK+FcTXiW88YQFU +a5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=llFS3tK685FnRpDHVpsXczIJada5tf8d9r02RSxo3EU=; b=COgJQ4Ca5nMqyboKVn0LyR0k5/Pa69Shd3PJmtMEzUgdMZddxTmqj1xKv7nLUA9wdV HplVFAYs1S9v2VtB+Qh5knykGPNzs5POC75hC02M9QAoTi8ONzuIT0AAyd5bFRWhLnvT l4RCZC3uy2ystC0Wwf9cmiWVS6utjekyiVTtBIM30YRs5D3CxnYvLhRuNnoHMCXN47lz TqdCvmMJAoBFje0fPNCghlhuq1nqWNf/9EHPerUZOH3JdO0D2GYnoUSvVqdGHcF/Qn1B kUrx8epGKOhHEQ7t+iMJM+I7qMQx73e1KHLYNzQzuXEA7uvaIeB5XUrDpDs5A0E9y/8F GbGA== X-Gm-Message-State: AOAM533NPzxrgRphM1wmUzte+evk5LwrYCRUMdoHsGdI+edU2ialTdxE SZebq9APPDU8ICdF8rMuWRlKTSpQ8yqf52hElltmcpOnL+ukDA== X-Google-Smtp-Source: ABdhPJxlVGYGYfGIVfGRMMWL5S/lKLH66TloBjgMfosXm3ql2WhXVLRy/tqOsscfk9b9fdIgGohN0S6AD+V0spQ3AXw= X-Received: by 2002:ac8:7ed4:: with SMTP id x20mr10474341qtj.68.1619694460961; Thu, 29 Apr 2021 04:07:40 -0700 (PDT) MIME-Version: 1.0 References: <6D4384786CBB244F0C93C0E93528A99C@felloff.net> <5AC61AB4CAD3B6011F72F694B6D80B06@gmail.com> In-Reply-To: <5AC61AB4CAD3B6011F72F694B6D80B06@gmail.com> From: Eli Cohen Date: Thu, 29 Apr 2021 04:07:30 -0700 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: rich-client SQL over WEB2.0 rich-client package grid reduce/map controller Subject: Re: [9front] Getting Started with Kernel Development? Reply-To: 9front@9front.org Precedence: bulk I started on an audio driver a while back, there seems to be another one in extra that might be better https://raw.githubusercontent.com/echoline/9emmc/master/bcm/audiobcm2835.c On Thu, Apr 29, 2021 at 12:04 AM wrote: > > Quoth cinap_lenrek@felloff.net: > > boot(8): > > > > Booting Methods > > ... > > reboot starts another kernel. The device is of the form > > bootfile [ ! method ] where bootfile is the path to > > the kernel and method is any of the above boot meth- > > ods that connects to the fileserver on where the > > bootfile is located. > > --- > > > > so you can put this in plan9.ini/cmdline.txt: > > > > bootargs=reboot!/sys/src/9/bcm/s9pi2!tls > > > > this will mount the file server using network boot > > method (tls) and after that, ust load the kernel > > from the specified path and start it. > > > > -- > > cinap > > This is fantastic. I didn't realize this could be done. > Thanks for enlightening me. > > -- Kyle >