memmap0_pmp.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:2k
源码类别:

DVD

开发平台:

C/C++

  1. //====================================================================================
  2. // memmap0b.h
  3. // 8200 (before) 32M memory mapping
  4. // Creator  : wthsin
  5. // Maintain :  
  6. // -----------------------------------------------------------------------------------
  7. // Revision History   
  8. //          2004.11.12 create this file
  9. //====================================================================================
  10. #include "user_init.h"
  11.  
  12. //PMP segment
  13. #define HD_FAT_TABLE_YA         (4096) 
  14. #define HD_FAT_TABLE_SIZE       (50)
  15. #define CF_FAT_TABLE_YA         (HD_FAT_TABLE_YA+HD_FAT_TABLE_SIZE) 
  16. #define CF_FAT_TABLE_SIZE       (50)
  17. #define CF_HD_COPY_YA           (CF_FAT_TABLE_YA+CF_FAT_TABLE_SIZE) 
  18. #define CF_HD_COPY_SIZE         (1024)
  19. #define HD_FS_STRUCTURE_YA      (CF_HD_COPY_YA+CF_HD_COPY_SIZE)
  20. #define HD_FS_STRUCTURE_SIZE    (512) 
  21. #define CF_FS_STRUCTURE_YA      (HD_FS_STRUCTURE_YA+HD_FS_STRUCTURE_SIZE)
  22. #define CF_FS_STRUCTURE_SIZE    (512) 
  23.  
  24. #define HD_FONT_YA              (HD_FS_STRUCTURE_YA+HD_FS_STRUCTURE_SIZE)
  25. #define HD_FONT_SIZE            (1943)  
  26. #define FS_INFO_YA              (HD_FONT_YA+HD_FONT_SIZE)
  27. #define FS_INFO_SIZE            3
  28. #define CF_HDD_INFO_YA          (FS_INFO_YA+FS_INFO_SIZE)
  29. #define CF_HDD_INFO_SIZE        1
  30. #define CF_HDD_TEMP_YA         (CF_HDD_INFO_YA+CF_HDD_INFO_SIZE)
  31. #define CF_HDD_TEMP_SIZE        1
  32. //liweihua 2004-12-10 14:03
  33. #define FAT_WRITE_TEMP_YA     (CF_HDD_TEMP_YA)
  34. #define FAT_WRITE_TEMP_SIZE     (CF_HDD_TEMP_SIZE)
  35. #define FAT_COPY_YA             (CF_HD_COPY_YA) 
  36. #define FAT_COPY_SIZE           (CF_HD_COPY_SIZE)