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

@ -23,10 +23,8 @@
in {
device = {
defaultOutput = "directory";
boot = {
loadAddress = "0x80000000";
entryPoint = "0x80000000";
};
loadAddress = "0x80000000";
entryPoint = "0x80000000";
};
kernel = {