Last change
on this file since 619 was
619,
checked in by alain, 4 years ago
|
1) Fix a bug in KSH : after the "load" command,
the [ksh] prompt is now printed after completion
of the loaded application.
2) Fix a bug in vmm_handle_cow() : the copy-on-write
use now a hal_remote_memcpy() to replicate the page content.
|
File size:
262 bytes
|
Line | |
---|
1 | # Parameters definition for the ALMOS-MKH Makefile |
---|
2 | |
---|
3 | ARCH = /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob |
---|
4 | X_SIZE = 1 |
---|
5 | Y_SIZE = 2 |
---|
6 | NB_PROCS = 1 |
---|
7 | NB_TTYS = 2 |
---|
8 | IOC_TYPE = IOC_BDV |
---|
9 | TXT_TYPE = TXT_TTY |
---|
10 | FBF_TYPE = FBF_SCL |
---|
11 | SYS_CLK = 50000 |
---|
Note: See
TracBrowser
for help on using the repository browser.