Changeset 519 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/24/08 09:47:05 (3 months ago)
Author:
mwhitworth
Message:

Add temporary export for biosDriveNo etc. Needed?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/arch/i386/lib/export.c

    r415 r519  
    44 
    55SYMBOL_EXPORT(memcpy); 
     6 
     7/* FIXME: Temporary. */ 
     8extern BYTE biosDriveNo; 
     9extern WORD rootDevMajor, rootDevMinor; 
     10 
     11SYMBOL_EXPORT(biosDriveNo); 
     12SYMBOL_EXPORT(rootDevMajor); 
     13SYMBOL_EXPORT(rootDevMinor);