This website requires JavaScript.
Explore
Help
Register
Sign In
pjht
/
os
Watch
1
Star
0
Fork
0
You've already forked os
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd8b2eddcf
os
/
kernel
/
cpu
/
i386
/
paging_helpers.h
7 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Remove most code for a blank start
2019-02-09 12:52:45 -06:00
#
ifndef PAGING_HELPERS_H
#
define PAGING_HELPERS_H
Remove unnecessary uints
2020-07-23 11:50:23 -05:00
void
load_page_directory
(
void
*
dir
)
;
Remove most code for a blank start
2019-02-09 12:52:45 -06:00
#
endif
Reference in New Issue
Copy Permalink