mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-24 23:44:56 +03:00
change linux LoomBase to 32bit-safe one
This commit is contained in:
parent
2e72c44d80
commit
124cf24c06
@ -73,7 +73,7 @@
|
||||
/** Address space layout.
|
||||
**/
|
||||
# if defined(U3_OS_linux)
|
||||
# define U3_OS_LoomBase 0x404db000
|
||||
# define U3_OS_LoomBase 0x36000000
|
||||
# define U3_OS_LoomBits 29 // ie, 2^29 words == 2GB
|
||||
# elif defined(U3_OS_osx)
|
||||
# ifdef __LP64__
|
||||
|
Loading…
Reference in New Issue
Block a user