exclude rootfs region from kernel-visible ram

pull/2/head
Daniel Barlow 2023-12-05 17:30:01 +00:00
parent 3f74fad966
commit f2daa0b669
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
(fn bootable [cmdline uboot]
(if uboot
["-drive" (.. "if=pflash,format=raw,file=" uboot )]
(let [cmdline (.. cmdline " liminix mtdparts=phram0:16M(rootfs) phram.phram=phram0," options.phram-address ",16Mi,65536 root=/dev/mtdblock0")]
(let [cmdline (.. cmdline " mem=256M liminix mtdparts=phram0:16M(rootfs) phram.phram=phram0," options.phram-address ",16Mi,65536 root=/dev/mtdblock0")]
["-kernel" options.kernel "-append" cmdline])))
(local bin {