9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
To: 9front@9front.org
Subject: [9front] Update system: Boot files not updated
Date: Mon, 11 Apr 2022 20:19:46 +0200	[thread overview]
Message-ID: <87lewbv5x9.fsf@turtle-trading.net> (raw)

Another problem I encountered with "mk all; mk install" was that the
boot files were not re-created, the kernel, bootsectors and similar:

     --rw-rw-r-- M 24 sys sys    7960 Jul 18  2021 /386/9bootfat
     --rw-rw-r-- M 24 sys sys    6472 Jul 18  2021 /386/9boothyb
     --rw-rw-r-- M 24 sys sys    6496 Jul 18  2021 /386/9bootiso
     --rw-rw-r-- M 24 sys sys    8004 Jul 18  2021 /386/9bootpxe
     --rw-rw-r-- M 24 sys sys   11108 Jul 18  2021 /386/bootia32.efi
     --rw-rw-r-- M 24 sys sys   12356 Jul 18  2021 /386/bootx64.efi
     --rw-rw-r-- M 24 sys sys 1048576 Jul 18  2021 /386/efiboot.fat
     --rw-rw-r-- M 24 sys sys     407 Jul 18  2021 /386/mbr
     --rw-rw-r-- M 24 sys sys     473 Jul 18  2021 /386/pbs
     --rwxrwxr-x M 24 sys sys 5229573 Jul 18  2021 /amd64/9pc64

Is this expected?

To get these compiled and installed, I now do something like:

        for (d in 9/pc64 boot/efi boot/pc) @{
            cd $d
            mk install
        }

Even that procedure does not re-install them into the 9fat partition.
Is there a ready-made script or mkfile target for that?

Thanks, benny



             reply	other threads:[~2022-04-11 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-11 18:19 Benjamin Riefenstahl [this message]
2022-04-11 18:42 ` sirjofri
2022-04-11 19:47   ` Steve Simon
2022-04-20 15:41   ` Benjamin Riefenstahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lewbv5x9.fsf@turtle-trading.net \
    --to=b.riefenstahl@turtle-trading.net \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).