rewrite phram boot to use correct sizes and offsets
This commit is contained in:
@@ -35,11 +35,15 @@
|
||||
};
|
||||
in {
|
||||
device = {
|
||||
defaultOutput = "directory";
|
||||
defaultOutput = "tftproot";
|
||||
loadAddress = "0x80060000";
|
||||
entryPoint = "0x80060000";
|
||||
};
|
||||
|
||||
boot.tftp = {
|
||||
loadAddress = "0x00A00000";
|
||||
serverip = "192.168.8.148";
|
||||
ipaddr = "192.168.8.251";
|
||||
};
|
||||
kernel = {
|
||||
src = pkgs.pkgsBuildBuild.fetchurl {
|
||||
name = "linux.tar.gz";
|
||||
|
@@ -22,7 +22,7 @@
|
||||
};
|
||||
in {
|
||||
device = {
|
||||
defaultOutput = "directory";
|
||||
defaultOutput = "tftproot";
|
||||
loadAddress = "0x80000000";
|
||||
entryPoint = "0x80000000";
|
||||
};
|
||||
|
@@ -22,7 +22,7 @@
|
||||
};
|
||||
in {
|
||||
device = {
|
||||
defaultOutput = "directory";
|
||||
defaultOutput = "tftproot";
|
||||
loadAddress = "0x80000000";
|
||||
entryPoint = "0x80000000";
|
||||
};
|
||||
|
@@ -41,6 +41,6 @@
|
||||
SERIAL_8250_CONSOLE= "y";
|
||||
};
|
||||
};
|
||||
device.defaultOutput = "directory";
|
||||
device.defaultOutput = "vmroot";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user