seedrng #3

Open
lbailly wants to merge 57 commits from seedrng into main
Showing only changes of commit 85bfe94429 - Show all commits

View file

@ -224,6 +224,7 @@
tftp = { tftp = {
# 5MB is nice. # 5MB is nice.
freeSpaceBytes = 5 * 1024 * 1024; freeSpaceBytes = 5 * 1024 * 1024;
appendDTB = true;
loadAddress = lim.parseInt "0x2000000"; loadAddress = lim.parseInt "0x2000000";
}; };
}; };