qemu armv7
This commit is contained in:
parent
c94d12934f
commit
6489a39424
4 changed files with 96 additions and 1 deletions
9
modules/arch/arm.nix
Normal file
9
modules/arch/arm.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, lim, pkgs, config, ...}:
|
||||
{
|
||||
config = {
|
||||
kernel.config = {
|
||||
OF = "y";
|
||||
};
|
||||
hardware.ram.startAddress = lim.parseInt "0x40000000";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue