summaryrefslogtreecommitdiff
path: root/pit/src/main.c
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-09-02 21:13:24 -0400
committerLLLL Colonq <llll@colonq>2026-09-02 21:13:24 -0400
commitc01f847b68a7fcd48eb0f3d456aa993a6f69ea8d (patch)
tree9da9636f6f390950f052c14b64f833ac1819d5cc /pit/src/main.c
parenta107593b6b362fb68e409c9d7b79427776d137d7 (diff)
pit: Debug x86.pitHEADmaster
Diffstat (limited to 'pit/src/main.c')
-rw-r--r--pit/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pit/src/main.c b/pit/src/main.c
index 74c2f03..157ad87 100644
--- a/pit/src/main.c
+++ b/pit/src/main.c
@@ -8,7 +8,7 @@
#include <lcq/pit/library.h>
int main(int argc, char **argv) {
- i64 sz = 4 * 1024 * 1024;
+ i64 sz = 256 * 1024 * 1024;
u8 *buf = malloc((size_t) sz);
pit_runtime *rt = pit_runtime_new(buf, sz);
pit_install_library_essential(rt);