source: trunk/params.mk @ 347

Last change on this file since 347 was 279, checked in by alain, 7 years ago

1) Introduce independant command fields for the various devices in the thread descriptor.
2) Introduce a new dev_pic_enable_ipi() function in the generic PIC device
3) Fix two bugs identified by Maxime in the scheduler initialisation, and in the sched_select().
4) fix several bugs in the TSAR hal_kentry.S.
5) Introduce a third kgiet segment (besides kdata and kcode) in the TSAR bootloader.

File size: 220 bytes
Line 
1# Parameters definition for the ALMOS-MKH Makefile
2
3ARCH      = /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob
4X_SIZE    = 1
5Y_SIZE    = 2
6NB_PROCS  = 1
7NB_TTYS   = 3
8FBF_WIDTH = 128
9IOC_TYPE  = IOC_BDV
Note: See TracBrowser for help on using the repository browser.