Compare commits
5 Commits
8e36690ae2
...
f6978f9770
| Author | SHA1 | Date | |
|---|---|---|---|
| f6978f9770 | |||
| f85d4a66ca | |||
| 0cb8383b90 | |||
| 3ed4e32525 | |||
| 430ed12902 |
@@ -8748,3 +8748,15 @@ time the file changes, which doesn't seem less complicated as it adds
|
||||
some kind of inotify to the thigs that can go wrong.
|
||||
|
||||
fennel or rust?
|
||||
|
||||
Wed Apr 29 11:52:58 BST 2026
|
||||
|
||||
I left the slops code on my laptop, but we can fake it using nginx for
|
||||
testing purposes
|
||||
|
||||
Need
|
||||
|
||||
- a source of secrets accessible through bordervm, preferably at the
|
||||
same url as it would be in "prod"
|
||||
|
||||
- for outsdie, x
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
|
||||
OF = "y";
|
||||
# USE_OF = "y";
|
||||
|
||||
ARM64_PTR_AUTH = "n";
|
||||
RANDOMIZE_BASE = "y";
|
||||
};
|
||||
hardware.ram.startAddress = lim.parseInt "0x40000000";
|
||||
system.outputs.u-boot = pkgs.ubootQemuAarch64;
|
||||
|
||||
@@ -130,6 +130,9 @@ in
|
||||
# at boot time unless we disable trying to call it.
|
||||
# https://lkml.org/lkml/2013/8/5/175
|
||||
FW_LOADER_USER_HELPER = "n";
|
||||
|
||||
# SPI NAND access may be slow without this.
|
||||
HIGH_RES_TIMERS = "y";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user