baseport/syborg/rom/base_syborg.iby
changeset 15 5fca9e46c6fa
parent 2 d55eb581a87c
equal deleted inserted replaced
14:e6ebb7730c4b 15:5fca9e46c6fa
    30 
    30 
    31 multikernel
    31 multikernel
    32 bootbinary=		KERNEL_DIR\_PLATFORM_NAME_bootloader_bootrom.bin
    32 bootbinary=		KERNEL_DIR\_PLATFORM_NAME_bootloader_bootrom.bin
    33 
    33 
    34 debugport 0
    34 debugport 0
    35 romsize=0x2000000
    35 
       
    36 // Fixed rom over flow
       
    37 //romsize=0x2000000
       
    38 romsize=0x8000000
       
    39 
    36 romlinearbase=0x80000000
    40 romlinearbase=0x80000000
    37 romalign=0x10
    41 romalign=0x10
    38 kerneldataaddress=0xC8000000
    42 kerneldataaddress=0xC8000000
    39 kernelheapmin=0x08000			// calculated at boot time
    43 kernelheapmin=0x08000			// calculated at boot time
    40 kernelheapmax=0x00FFC000
    44 kernelheapmax=0x00FFC000
    62 #endif
    66 #endif
    63 
    67 
    64 // IEEE-mode VFP support
    68 // IEEE-mode VFP support
    65 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\evfp.dll			        \sys\bin\evfp.dll
    69 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\evfp.dll			        \sys\bin\evfp.dll
    66 
    70 
    67 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd.dll		\sys\bin\lcd.dll
    71 
       
    72 // Changes allowing us of either portrait or landscape mode
       
    73 //extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd.dll		\sys\bin\lcd.dll
       
    74 #ifdef _PORTRAIT_
       
    75 
       
    76 #	ifdef _WVGA_
       
    77 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd_portrait_wvga.dll		    \sys\bin\lcd.dll
       
    78 #	else //_WVGA_
       
    79 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd_portrait.dll		    \sys\bin\lcd.dll
       
    80 #	endif //_WVGA_
       
    81 
       
    82 #else
       
    83 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd_landscape.dll		    \sys\bin\lcd.dll
       
    84 #endif
    68 
    85 
    69 device[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_eserial.pdd		\sys\bin\euart1.pdd
    86 device[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_eserial.pdd		\sys\bin\euart1.pdd
    70 device[VARID]=		KERNEL_DIR\DEBUG_DIR\ecomm.ldd				\sys\bin\ecomm.ldd
    87 device[VARID]=		KERNEL_DIR\DEBUG_DIR\ecomm.ldd				\sys\bin\ecomm.ldd
    71 
    88 
    72 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\elocd.ldd				\sys\bin\elocd.ldd
    89 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\elocd.ldd				\sys\bin\elocd.ldd
    73 
    90 
    74 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_epointer.dll	\sys\bin\epointer.dll
    91 
       
    92 // Changes allowing us of either portrait or landscape mode
       
    93 //extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_epointer.dll	\sys\bin\epointer.dll
       
    94 #ifdef _PORTRAIT_
       
    95 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_epointer_portrait.dll	\sys\bin\epointer.dll
       
    96 #else
       
    97 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_epointer_landscape.dll	        \sys\bin\epointer.dll
       
    98 #endif
       
    99 
    75 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_medint.pdd	        \sys\bin\medint.pdd
   100 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_medint.pdd	        \sys\bin\medint.pdd
    76 
   101 
    77 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\exstart.dll		 	\sys\bin\exstart.dll
   102 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\exstart.dll		 	\sys\bin\exstart.dll
    78 
   103 
    79 // Keyboard driver
   104 // Keyboard driver
    80 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_ekeyb.dll		\sys\bin\ekeyb.dll
   105 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_ekeyb.dll		\sys\bin\ekeyb.dll
    81 
   106 
    82 // Kernel pipe
   107 // Kernel pipe
    83 device[VARID]=		KERNEL_DIR\DEBUG_DIR\pipelib.ldd			\sys\bin\pipelib.ldd
   108 
       
   109 //device[VARID]	=KERNEL_DIR\DEBUG_DIR\pipelib.ldd					    \sys\bin\pipelib.ldd
       
   110 
    84 
   111 
    85 // Host Filesystem
   112 // Host Filesystem
    86 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svphostfsdriver.ldd sys\bin\svphostfsdriver.ldd
   113 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svphostfsdriver.ldd sys\bin\svphostfsdriver.ldd
    87 file=			KERNEL_DIR\DEBUG_DIR\svphostfsy.fsy			sys\bin\svphostfsy.fsy
   114 file=			KERNEL_DIR\DEBUG_DIR\svphostfsy.fsy			sys\bin\svphostfsy.fsy
    88 file=			KERNEL_DIR\DEBUG_DIR\svphostfs.exe			sys\bin\svphostfs.exe
   115 file=			KERNEL_DIR\DEBUG_DIR\svphostfs.exe			sys\bin\svphostfs.exe
    89 file=			KERNEL_DIR\DEBUG_DIR\svphostfsstart.exe			sys\bin\sysstart.exe
   116 
       
   117 // Conflicts with /epoc32/rom/include/core/os/starter.iby
       
   118 //file=			KERNEL_DIR\DEBUG_DIR\svphostfsstart.exe			sys\bin\sysstart.exe
       
   119 
    90 
   120 
    91 // file=			KERNEL_DIR\DEBUG_DIR\stdnew.dll				sys\bin\stdnew.dll
   121 // file=			KERNEL_DIR\DEBUG_DIR\stdnew.dll				sys\bin\stdnew.dll
    92 
   122 
    93 // Snap Driver
   123 // Snap Driver
    94 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svpsnapdriver.ldd	sys\bin\svpsnapdriver.ldd
   124 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svpsnapdriver.ldd	sys\bin\svpsnapdriver.ldd
    96 
   126 
    97 // Estart drive mapping setup files.
   127 // Estart drive mapping setup files.
    98 data=			EPOCROOT##epoc32\rom\syborg\estart.txt			\sys\data\estart.txt
   128 data=			EPOCROOT##epoc32\rom\syborg\estart.txt			\sys\data\estart.txt
    99 
   129 
   100 define	HAL_DLL		_PLATFORM_NAME_hal.dll
   130 define	HAL_DLL		_PLATFORM_NAME_hal.dll
   101 define	ESTART_EXE	e32strt.exe
   131 
       
   132 //define	ESTART_EXE	e32strt.exe
       
   133 define	ESTART_EXE		_PLATFORM_NAME_e32strt.exe	// customised ESTART
       
   134 
   102 define	KEYMAP_FILE	_PLATFORM_NAME_ekdata
   135 define	KEYMAP_FILE	_PLATFORM_NAME_ekdata
   103 #define	SCDV_DLL        _PLATFORM_NAME_scdv.dll
   136 #define	SCDV_DLL        _PLATFORM_NAME_scdv.dll
   104 #define	EUSER_DLL	_PLATFORM_NAME_euser.dll
   137 #define	EUSER_DLL	_PLATFORM_NAME_euser.dll
   105 
   138 
       
   139 
       
   140 device[VARID]	=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_soundsc.pdd	    \sys\bin\soundsc.pdd
       
   141 device[VARID]	=KERNEL_DIR\DEBUG_DIR\esoundsc.ldd				            \sys\bin\esoundsc.ldd
       
   142 
   106 #endif  // __BASE_SYBORG_IBY__
   143 #endif  // __BASE_SYBORG_IBY__
   107 
   144