thermosphere: add qemu support
This commit is contained in:
5
thermosphere/tegra.mem
Normal file
5
thermosphere/tegra.mem
Normal file
@@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
NULL : ORIGIN = 0, LENGTH = 0x1000
|
||||
main : ORIGIN = 0x80000000, LENGTH = 0xD000 - 0x1000 /* 0x1000 for stacks. */
|
||||
}
|
||||
Reference in New Issue
Block a user