make loadAddress and entryPoint device configuration

... already having second thoughts about loadAddress
This commit is contained in:
Daniel Barlow 2023-02-10 18:20:01 +00:00
parent 8cead61740
commit 0a06319d0c
6 changed files with 27 additions and 22 deletions

View file

@ -34,8 +34,8 @@
hash = "sha256-YYi4gkpLjbOK7bM2MGQjAyEBuXJ9JNXoz/JEmYf8xE8=";
};
in {
device.defaultOutput = "directory";
device.boot = {
device = {
defaultOutput = "directory";
loadAddress = "0x80060000";
entryPoint = "0x80060000";
};