This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
OS_Project/Part3/09_memory/libc/globals.c

12 lines
131 B
C
Raw Normal View History

2023-10-18 18:04:33 +00:00
#include "globals.h"
u32 kmem_addr;
u32 kernel_mem_limit;
u32 umem_addr;
u32 user_mem_limit;
u32 global_id;
node *global_head;