|  |  | @709 | 10 years | alain | Major release: Change the task model to implement the POSIX threads … | 
                
                  |  |  | @701 | 10 years | guerin | Makefile: don't call genmap more than once on parallel build | 
                
                  |  |  | @694 | 10 years | guerin | Makefile: entirely remove build/ when cleaning | 
                
                  |  |  | @675 | 10 years | guerin | raycast: add texture files | 
                
                  |  |  | @673 | 10 years | guerin | raycast: initial port
Raycast is a small game that looks like … | 
                
                  |  |  | @667 | 10 years | guerin | math: add cos() | 
                
                  |  |  | @662 | 10 years | guerin | Makefile: add apps to .PHONY
No need to make clean to rebuild apps … | 
                
                  |  |  | @649 | 10 years | alain | Bloup. | 
                
                  |  |  | @611 | 10 years | alain | Rename the "build" directory to "bin" on the virtual disk. | 
                
                  |  |  | @609 | 10 years | guerin | Makefile: generate disk image in one place
This allows parallel … | 
                
                  |  |  | @608 | 10 years | guerin | Makefile: fix .PHONY targets and group them
genmap was always executed. | 
                
                  |  |  | @602 | 10 years | guerin | Makefile: fix PYTHONPATH for OS X, second attempt | 
                
                  |  |  | @601 | 10 years | guerin | Makefile: fix PYTHONPATH for OS X | 
                
                  |  |  | @600 | 10 years | guerin | Makefile: generate PYTHONPATH and .py deps | 
                
                  |  |  | @599 | 10 years | guerin | Makefile: create temporary directories | 
                
                  |  |  | @598 | 10 years | guerin | ocean: fix app broken by r589 | 
                
                  |  |  | @595 | 10 years | alain | Introduce a new global Makefile:
1) It supports to map several … | 
                
                  |  |  | @585 | 10 years | guerin | Makefile: build a user library | 
                
                  |  |  | @583 | 10 years | guerin | Makefile: cleanup
- use generic rules
- use mcopy in each application rule | 
                
                  |  |  | @582 | 10 years | cfuguet | Export the MTOOLS_SKIP_CHECK variable to avoid that the mtools perform … | 
                
                  |  |  | @581 | 10 years | laurent | Adding ocean application, some mathematics functions and distributed locks | 
                
                  |  |  | @580 | 10 years | laurent | Try | 
                
                  |  |  | @573 | 10 years | alain | Introducing the home directory to store "output files". | 
                
                  |  |  | @571 | 10 years | alain | ntroduce new images on virtual disk. | 
                
                  |  |  | @553 | 11 years | alain | Introduce a new generic parameter ioc_type in the Makefile
to be … | 
                
                  |  |  | @536 | 11 years | alain | Blap. | 
                
                  |  |  | @535 | 11 years | alain | Bloup… | 
                
                  |  |  | @525 | 11 years | alain | Introducing the coproc application in the Makefile. | 
                
                  |  |  | @510 | 11 years | alain | Update Makefile. | 
                
                  |  |  | @486 | 11 years | alain | Cosmetic | 
                
                  |  |  | @485 | 11 years | alain | Remove generated hard_config.h file. | 
                
                  |  |  | @482 | 11 years | alain | The GIET_NIC_BUFSIZE, GIET_NIC_NBUFS, and GIET_NIC_TIMEOUT have been … | 
                
                  |  |  | @463 | 11 years | alain | Introducing new configuration variables in giet_config.h | 
                
                  |  |  | @445 | 11 years | alain | Introducing application "display" | 
                
                  |  |  | @435 | 11 years | cfuguet | makefile: adding new CFLAG option to avoid problems with GCC's … | 
                
                  |  |  | @432 | 11 years | alain | 1) Introduce the "applications" directory.
2) Introduce the fixed … | 
                
                  |  |  | @420 | 11 years | alain | cosmetic | 
                
                  |  |  | @418 | 11 years | alain | Introducing the Frame Buffer size as platform parameter. | 
                
                  |  |  | @389 | 11 years | alain | Bloup | 
                
                  |  |  | @380 | 11 years | alain | Introducing a drivers library (libdrivers.a) to reduce the kernel.elf … | 
                
                  |  |  | @374 | 11 years | alain | Introducing new user libraries in Makefile. | 
                
                  |  |  | @366 | 11 years | cfuguet | giet_boot: using boot_entry instead of boot_init as entry point | 
                
                  |  |  | @364 | 11 years | alain | Increase the size of the "reserved" section in the disk image
from 256 … | 
                
                  |  |  | @356 | 11 years | alain | Bloup… | 
                
                  |  |  | @345 | 11 years | cfuguet | giet_vm optimizations:
 * Several modifications in GIET_VM in order … | 
                
                  |  |  | @339 | 11 years | alain | Cosmetic | 
                
                  |  |  | @327 | 11 years | alain | Change "tsarmap" tool name to "genmap" | 
                
                  |  |  | @326 | 11 years | alain | Remove hard-coded xml mappings (replaced by genmap tool,
for dynamic … | 
                
                  |  |  | @314 | 12 years | alain | The main modif is in the Makefile: Disk image building. | 
                
                  |  |  | @304 | 12 years | alain | Improving Makefile to avoid systematic disk image creation
and to … | 
                
                  |  |  | @302 | 12 years | cfuguet | Optimization in disk image generation
When disk image exists, we dont … | 
                
                  |  |  | @300 | 12 years | cfuguet | The disk image used by the GIET_VM does not contain
anymore a Master … | 
                
                  |  |  | @299 | 12 years | alain | ntroducing the TOTAL_PROCS variable in the hard_config.h file
(used by … | 
                
                  |  |  | @297 | 12 years | alain | Bug fix in both _tty_rx_isr() and _bdv_isr():
The ISR must do nothing … | 
                
                  |  |  | @295 | 12 years | alain | Introducing a major release, to suppoort the tsar_generic_leti … | 
                
                  |  |  | @289 | 12 years | cfuguet | Modifications on GIET-VM IOC driver:
  - Introducing new layer on the … | 
                
                  |  |  | @272 | 12 years | cfuguet | - Adding the stdlib.o object among the dhrystone application
   objects | 
                
                  |  |  | @259 | 12 years | devigne | giet_fat32/fat32.c :
Added _fat_write function. At the moment it does … | 
                
                  |  |  | @258 | 12 years | alain | This is a major release, including a deep restructuration of code.
The … | 
                
                  |  |  | @256 | 12 years | cfuguet | Introducing generic sort application. This application
can be executed … | 
                
                  |  |  | @253 | 12 years | alain | 1/ introducing support to display images on the frame buffer
with the … | 
                
                  |  |  | @252 | 12 years | alain | Small change in the software addressable registers mapping in … | 
                
                  |  |  | @251 | 12 years | devigne | Introducing a new application : Game Of Life (Triggers several update … | 
                
                  |  |  | @249 | 12 years | alain | Various modifications to support IO Bridge,
and MEMC configuration … | 
                
                  |  |  | @244 | 12 years | brejon | * Update malloc (remote free)
* bugfix in spin_lock (bad register used … | 
                
                  |  |  | @241 | 12 years | joannou | - new application : Dhrystone
- added new files string.c and string.h … | 
                
                  |  |  | @238 | 12 years | alain | Major evolution to support physical addresses larger than 32 bits.
The … | 
                
                  |  |  | @232 | 13 years | meunier | Ajout du malloc dans le Giet. | 
                
                  |  |  | @218 | 13 years | alain | Introducing support for Network controller | 
                
                  |  |  | @215 | 13 years | karaoui | New components are now mandotory in the XML description:
    - … | 
                
                  |  |  | @214 | 13 years | karaoui | groupping all xml files in the  directory mappings | 
                
                  |  |  | @207 | 13 years | alain | Several bugs have been fixed to support TSAR multi-cluster … | 
                
                  |  |  | @206 | 13 years | karaoui | fixing xml_parser cluster->psegs initialisation. | 
                
                  |  |  | @204 | 13 years | alain | mproving support for multi-clusters architectures (CLUSTER_SIZE & … | 
                
                  |  |  | @203 | 13 years | alain | Introducing support for XICU | 
                
                  |  |  | @197 | 13 years | alain | Activating the distributed scheduler in the memo Makefile.
Fixing a … | 
                
                  |  |  | @196 | 13 years | alain | bug fix in make clean | 
                
                  |  |  | @189 | 13 years | alain | Introducing a new release where all initialisation
is done in the boot … | 
                
                  |  |  | @178 | 13 years | karaoui | updating libs. | 
                
                  |  |  | @177 | 13 years | karaoui | Modification in makefiles structure | 
                
                  |  |  | @175 | 13 years | karaoui | + Adding the init attribute to the mwmr to specify the width of the … | 
                
                  |  |  | @166 | 13 years | alain | Introducing support for IOMMU | 
                
                  |  |  | @165 | 13 years | alain | Introducing various modifications in kernel initialisation | 
                
                  |  |  | @163 | 13 years | karaoui | changing mover to memo
changing soft.bin to soft.elf
… | 
                
                  |  |  | @162 | 13 years | karaoui | Cleaning unused files
Simplifying Makefile
adding missing include | 
                
                  |  |  | @161 | 13 years | karaoui | Deleting unused folders
All ELF file have the extension *.elf
Must … | 
                
                  |  |  | @160 | 13 years | karaoui | giet-vm new version | 
                
                  |  |  | @158 | 13 years | alain | Introducing the giet_vm and some example applications |