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.h
Jonathan Turner f9879ab449 added part 4
2023-11-29 14:16:15 -05:00

10 lines
154 B
C

#ifndef GLOBAL_H
#define GLOBAL_H
#include "../cpu/types.h"
extern u32 free_mem_addr;
extern u32 global_id;
extern u32 memory_limit;
#endif // GLOBAL_H