memmap0_pmp.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:2k
源码类别:
DVD
开发平台:
C/C++
- //====================================================================================
- // memmap0b.h
- // 8200 (before) 32M memory mapping
- // Creator : wthsin
- // Maintain :
- // -----------------------------------------------------------------------------------
- // Revision History
- // 2004.11.12 create this file
- //====================================================================================
- #include "user_init.h"
- //PMP segment
- #define HD_FAT_TABLE_YA (4096)
- #define HD_FAT_TABLE_SIZE (50)
- #define CF_FAT_TABLE_YA (HD_FAT_TABLE_YA+HD_FAT_TABLE_SIZE)
- #define CF_FAT_TABLE_SIZE (50)
- #define CF_HD_COPY_YA (CF_FAT_TABLE_YA+CF_FAT_TABLE_SIZE)
- #define CF_HD_COPY_SIZE (1024)
- #define HD_FS_STRUCTURE_YA (CF_HD_COPY_YA+CF_HD_COPY_SIZE)
- #define HD_FS_STRUCTURE_SIZE (512)
- #define CF_FS_STRUCTURE_YA (HD_FS_STRUCTURE_YA+HD_FS_STRUCTURE_SIZE)
- #define CF_FS_STRUCTURE_SIZE (512)
- #define HD_FONT_YA (HD_FS_STRUCTURE_YA+HD_FS_STRUCTURE_SIZE)
- #define HD_FONT_SIZE (1943)
- #define FS_INFO_YA (HD_FONT_YA+HD_FONT_SIZE)
- #define FS_INFO_SIZE 3
- #define CF_HDD_INFO_YA (FS_INFO_YA+FS_INFO_SIZE)
- #define CF_HDD_INFO_SIZE 1
- #define CF_HDD_TEMP_YA (CF_HDD_INFO_YA+CF_HDD_INFO_SIZE)
- #define CF_HDD_TEMP_SIZE 1
- //liweihua 2004-12-10 14:03
- #define FAT_WRITE_TEMP_YA (CF_HDD_TEMP_YA)
- #define FAT_WRITE_TEMP_SIZE (CF_HDD_TEMP_SIZE)
- #define FAT_COPY_YA (CF_HD_COPY_YA)
- #define FAT_COPY_SIZE (CF_HD_COPY_SIZE)