Started paging.
git-svn-id: https://spexeah.com:8443/svn/Asuro@112 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -14,7 +14,8 @@ uses
|
||||
bios_data_area,
|
||||
keyboard,
|
||||
memorymanager,
|
||||
scheduler;
|
||||
scheduler,
|
||||
paging;
|
||||
|
||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
||||
|
||||
|
7
src/paging.pas
Normal file
7
src/paging.pas
Normal file
@ -0,0 +1,7 @@
|
||||
unit paging;
|
||||
|
||||
interface
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
Reference in New Issue
Block a user