Changeset 2043

Show
Ignore:
Timestamp:
04/03/09 19:04:12 (3 years ago)
Author:
mwhitworth
Message:

Fix undefined function warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/arch/i386/mm/init.c

    r1883 r2043  
    1919#include <i386/physical.h> 
    2020#include <pg_alloc.h> 
     21#include <panic.h> 
    2122#include <print.h> 
    2223#include <sections.h> 
     
    352353        PageReserveArea(0, PAGE_SIZE); 
    353354 
    354 #if 0 
    355355        /* 
    356356         * Reserve the extended BIOS data area.  
     
    358358         */ 
    359359 
     360#if 0 
    360361        WORD ebdaSeg=*(WORD*)PA_TO_VA(0x40E); 
    361362        if (ebdaSeg)