Started paging.
git-svn-id: https://spexeah.com:8443/svn/Asuro@112 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
b9984e7a44
commit
f40c1ca749
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
@ -14,7 +14,8 @@ uses
|
|||||||
bios_data_area,
|
bios_data_area,
|
||||||
keyboard,
|
keyboard,
|
||||||
memorymanager,
|
memorymanager,
|
||||||
scheduler;
|
scheduler,
|
||||||
|
paging;
|
||||||
|
|
||||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
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.
|
Loading…
x
Reference in New Issue
Block a user