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/Part4/10_scheduler/libc/globals.c

6 lines
99 B
C
Raw Permalink Normal View History

2023-11-29 19:16:15 +00:00
#include "../cpu/types.h"
#include "globals.h"
u32 free_mem_addr;
u32 global_id;
u32 memory_limit;