summaryrefslogtreecommitdiff
path: root/kc
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-31 16:13:44 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-31 16:13:44 +0000
commitc3b0048d920cbb1f3698d4cf1424c161c08d573f (patch)
treec69ee86db05abb3ff33f7a6dec148c7449cc2016 /kc
parentc30ce24944f71234cea42be9841f433cbc31f145 (diff)
whoops, test code
Diffstat (limited to 'kc')
-rw-r--r--kc/core/memory.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kc/core/memory.c b/kc/core/memory.c
index 1e405bc..87395ba 100644
--- a/kc/core/memory.c
+++ b/kc/core/memory.c
@@ -365,11 +365,6 @@ void memory_init(struct kc_boot_data *boot_data)
core_static_space.next = &core_object_space;
core_object_space.prev = &core_static_space;
core_object_space.next = NULL;
-
- // XXX: testing testing 123
-
- char *test = (char *)core_object_space.head - page_size(1);
- *test = 'a';
}
void *page_map(phys_addr_t paddr, enum page_map_flags flags)