summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.c b/page.c
index f955c3a..ec8f9b0 100644
--- a/page.c
+++ b/page.c
@@ -1,7 +1,7 @@
#include <stdint.h>
#include <string.h>
-#define PAGE_SIZE 1024
+#define PAGE_SIZE 4096
struct page {
uint8_t buffer[PAGE_SIZE];