Changeset 26485
- Timestamp:
- 02/26/14 16:15:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/pages/Architecture-Programming-en
r26484 r26485 1 1 ---- 2 '''5 Arch eture - programming contents''' [=#point105] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page])2 '''5 Architecture - programming contents''' [=#point105] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page]) 3 3 ---- 4 4 [[br]] … … 6 6 TitanNit is currently coded by a group of talented developers from the AAF digital Forums and is released for several different Receiver models and brands/reseller models. 7 7 8 This section explains the arch eture and programming imformation that titannit is engineered on and information of the dev team and its helpers in the present and in the past.8 This section explains the architecture and programming information that titannit is engineered on and information of the dev team and its helpers in the present and in the past. 9 9 10 10 Please select an item below for more information. 11 11 12 * ([#point105.10 Acrheture])12 * ([#point105.10 architecture]) 13 13 * ([#point105.20 Programming language]) 14 14 * ([#point105.30 Source control]) … … 16 16 17 17 ---- 18 '''5.1 Arch eture''' [=#point105.10] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page])18 '''5.1 Architecture''' [=#point105.10] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page]) 19 19 ---- 20 20 [[br]] 21 21 22 22 23 Currently the only supported architecture is the Super-H (sh4), The chipset is a biendian 32bit RISC chipset originally developed for multimedia devices, gaming consoles and set top boxes and was used in the Sega's Dreamcast.23 Currently the only supported architecture is the Super-H (sh4), the chipset is a biendian 32bit RISC chipset originally developed for multimedia devices, gaming consoles and set top boxes and was used in the Sega's Dreamcast. 24 24 it has prooved popular because of its low cost and high proformance and has found use in many low power embedded devices because of it low power consumption. 25 25 … … 30 30 TitanNit is Team AAF's sucessor to the AAF enigma 2 based firmware, aaf enigma is not currently developed and support has ended to futher develop TitanNit we reccomend that if current AAF Enigma users update to TitanNit for future support. 31 31 32 Note: There is a possibility that development may spread to other Receiver models and other architectures such as the Proadcom MIPS a crheture. Future development to support more Receivers is at the mercy of the developers and also the Hardware manufacturers.32 Note: There is a possibility that development may spread to other Receiver models and other architectures such as the Proadcom MIPS architecture. Future development to support more Receivers is at the mercy of the developers and also the Hardware manufacturers. 33 33 34 34 [[br]] … … 43 43 44 44 In other DBox derived products such as the dream box and VU+ they have opted for a python layer to operate on top of the operating system. 45 python is a higher level scripting language used to define and setup elements in the gui and for an intrim language between the OS that is easlly programmable.46 This was done so that so that users can easilly develop and minipulate the system and intergrate plugins skins etc... into the system but this has a proformance hit on these system and can cause them to become slow and laggy and bloated but has the benifit of being easy for the community to develop for with out knowing much about the underlying system.45 Python is a higher level scripting language used to define and setup elements in the gui and for an intrim language between the OS that is easily programmable. 46 This was done so that users can easily develop and manipulate the system and integrate plugins skins etc... into the system but this has a performance hit on these system and can cause them to become slow and laggy and bloated but has the benifit of being easy for the community to develop for with out knowing much about the underlying system. 47 47 48 TitanNit adresses these key conserns and has developed as much as possible br programming in C to increase the p roformance of the system but still alowing ease of intergration of plugins and skins using basic scripts.48 TitanNit adresses these key conserns and has developed as much as possible br programming in C to increase the performance of the system but still alowing ease of intergration of plugins and skins using basic scripts. 49 49 50 50 [[br]] … … 71 71 72 72 The TitanNit project is proudly produced by the AAF Dev team and other loyal members and helpers. 73 development is importan d aswell as the work they do to help out with such things as skin's, channel logo's and setups, translations, supplemental programs and tools, and plugins and this is a place for them to be recgonised.73 development is important aswell as the work they do to help out with such things as skin's, channel logo's and setups, translations, supplemental programs and tools, and plugins and this is a place for them to be recognized. 74 74 75 75 ''Note: currently this section is blank as i will leave it up to the developers and other loyal team members to place their mark'' … … 103 103 '''Team Thanks''' 104 104 105 We would like to thank Atemio / Atevio that has helped fund the TitanNit project and hasshowed interst in this project from its beginnings until now.105 We would like to thank Atemio / Atevio who helped to fund the TitanNit project and has showed interst in this project from its beginnings until now. 106 106 107 107 *
Note: See TracChangeset
for help on using the changeset viewer.