sys.h 163 B

12345678910111213
  1. #pragma once
  2. #include <kernel/mem.h>
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void asm_enable_paging(page_directory_entry* pd_addr);
  7. #ifdef __cplusplus
  8. }
  9. #endif