91 Commits (ae591f0faf2e14f34bddcca5b699740e1f557581)

Author SHA1 Message Date
Emery Hemingway 532d6eec0f Use buildPackages where appropriate 10 months ago
Emery Hemingway 2033bd8af1 Deadnix cleanup
https://github.com/astro/deadnix
11 months ago
Emery Hemingway 9a12b98960 Cleanup 11 months ago
Emery Hemingway ad9261c0ac A bunch of unstaged stuff I found months later 1 year ago
Emery Hemingway 2e04927455 fixup remove subinits 2 years ago
Emery Hemingway 37d905ddd8 nixos: remove genode.init.subinits
This option was never used.
2 years ago
Emery Hemingway efa6cd7274 Add global imports to Dhall files 2 years ago
Emery Hemingway c7a64a59ef Update Gui for genodeSources update 2 years ago
Emery Hemingway f1759589ad Update dhall-sigil for consume, produceReports 2 years ago
Emery Hemingway fb35449420 nixos/gui: terminal is now a Gui client 2 years ago
Emery Hemingway 85a91fcaa2 fixup gui 2 years ago
Emery Hemingway bd0d34d99a nixos: support arbitrary child binaries
Allow child binaries to be ERIS URNs or otherwise arbitrary strings.
2 years ago
Emery Hemingway ac43ed395e nixos: fixup device manager USB stuff 2 years ago
Emery Hemingway 7ee13bad02 nixos: rewrite gui module 2 years ago
Emery Hemingway 48966025df Add /nix/store bck to store image 2 years ago
Emery Hemingway b01cea0fef fixup nixos: config.block.partitions.store.guid 2 years ago
Emery Hemingway 3d722d1d2a fixup consolidation of eris store 2 years ago
Emery Hemingway d43df20002 nixos: set priorityOffset on drivers 2 years ago
Emery Hemingway c8671b63d8 dhall-sigil: update for priority rename 2 years ago
Emery Hemingway e8f433559a nixos: remove systemd module 2 years ago
Emery Hemingway f5f54a2ec2 nixos: increase RAM in ERIS subsystem 2 years ago
Emery Hemingway 519d99af30 WiP! tor 2 years ago
Emery Hemingway 67fbe1ea9a fixup uplink drivers 2 years ago
Emery Hemingway 291cde7b4a nixos: configure Nic uplinks for genode.init.children
…not just genode.core.children.
2 years ago
Emery Hemingway 4d1d37a1ed nixos: set QEMU network options directly
Configure QEMU devices as drivers are configuration.
2 years ago
Emery Hemingway 56e66ea842 nixos: move /eris/* in store image to /
All the ERIS URNs are prefixed already.
2 years ago
Emery Hemingway 48dd5f1d38 WiP! tor 2 years ago
Emery Hemingway 99130d0f14 lib.generators.toDhall: match API with nixpkgs 2 years ago
Emery Hemingway 4edc22e0fd fixup adding device manager to nixos-modules/default.nix
Do enable the device_manager without ahci or usb
2 years ago
Emery Hemingway cd1b95c1d7 nixos: rename genode.boot to genode.core
Have a "boot.…" and a "genode.boot.…" is confusing.
2 years ago
Emery Hemingway 5ebe441c52 nixos: derived partition GUIDs 2 years ago
Emery Hemingway 192e9f1b7b Use ISO9660 for the ERIS store 2 years ago
Emery Hemingway e379d1214e nixos: normalize eris_rom declaration 2 years ago
Emery Hemingway 94c73172cb Rename dhall-genode to dhall-sigil 2 years ago
Emery Hemingway 5006257230 Put boot image into ESP 2 years ago
Emery Hemingway fe3e0da51d packages: add device_manager
A component for hardware detection and driver instantiation.
2 years ago
Emery Hemingway d85ba92b5a nixos: support for an empty second-level init 2 years ago
Emery Hemingway 4e8c8f8e73 nixos: add dump option to child uplinks 2 years ago
Emery Hemingway a91dda99d8 nixos: add uplink option to children
Add an option to genode.core.children and genode.init.children
for specifying a Nic driver for the exclusive use of the child
for which it is added. This mechanism is to support the nic_router
but it is reusable for arbitrary children.
2 years ago
Emery Hemingway de98f23758 nixos: replace store_rom with rom_eris 2 years ago
Emery Hemingway 165cf60551 nixos-modules: consolidate common init functions
The "config.genode.init.children" option is a superset of the
"config.genode.core.children" option, so refactor both into
helper functions.
2 years ago
Emery Hemingway 98175a0f9b fixup rump and ext2 image loading 2 years ago
Emery Hemingway 16cf8a8e62 fixup ext2 image generation 2 years ago
Emery Hemingway 7376302bcc Do not worry about the store closure in make-ext2-fs
Probably should worry about this.
2 years ago
Emery Hemingway 85a108bdb3 erisPatch nixos modules 2 years ago
Emery Hemingway 2afd2d08cc nixos: add genode.init.children.<…>.binary option
Require that all init children declared by Nix be declared with
an absolute path to the program binary.
2 years ago
Emery Hemingway cc211e763a packages: transitive depot package dependencies
The buildDepot function now takes a "depotInputs" argument that
propagates "portInputs" and "depotInputs" across packages.

Drop the stdcxx package that includes a dev output and just use
the simple depot package for now.
2 years ago
Emery Hemingway 8379dccf12 Refer to program and library ROMs by store path
Retrieve ROMs in the common case by full store path. This reduces
the need for route policies for driving relative requests into
absolute package paths.

Making library requests by absolute path required libraries to be
stored in the core image as such, and it follows that program
binaries should be handled in the same way. This makes requests
to core and to a file-system store more consistent, and makes
dependency detection more robust.
2 years ago
Emery Hemingway b77a91bc87 nixos-modules: boot packages from buildPackages.buildPackages 2 years ago
Emery Hemingway 9c23c59044 nixos: rename store_fs to fs, cleanup
The file-system containing the nix store also acts as the main
file-system.
2 years ago