Kernel: Typo.

alentours-dev
Sergiusz Bazanski 2011-08-25 20:00:52 +02:00
parent 438943bb9c
commit 8c04117f6a
1 changed files with 3 additions and 3 deletions

View File

@ -36,19 +36,19 @@ void physmem_init(u64 MemorySize)
u64 physmem_allocate_page(void)
{
PANIC("Not implemeneted!");
PANIC("Not implemented!");
return 0;
}
u64 physmem_page_to_physical(u64 Page)
{
PANIC("Not implemeneted!");
PANIC("Not implemented!");
return 0;
}
u64 physmem_physical_to_page(u64 Physical)
{
PANIC("Not implemeneted!");
PANIC("Not implemented!");
return 0;
}