This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Linux version 5.15.78 (root@ubuntu-bionic) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2022.11-rc2-38-g0ab041b7c2) 12.2.0, GNU ld (GNU Binutils) 2.39) #1 Fri Nov 18 08:55:28 UTC 2022 | |
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache | |
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1 | |
[ 0.000000] random: crng init done | |
[ 0.000000] Memory policy: Data cache writeback | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x0dc00000, size 64 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] Zone ranges: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs ? import <nixpkgs> { } }: | |
let | |
fhs = pkgs.buildFHSUserEnvBubblewrap { | |
name = "SkiffOS-fhs"; | |
targetPkgs = pkgs: (with pkgs; | |
[ | |
bc | |
binutils | |
bzip2 |