OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [psxtests/] [psxmount/] [main.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  Simple test program -- check out of the basic file system mounting
3
 *  capabilities
4
 *  Attempt to mount the IMFS file system on a mount point in the base IMFS
5
 */
6
 
7
#define TEST_INIT
8
 
9
#include <bsp.h>
10
#include <pmacros.h>
11
 
12
void test_main( void );
13
 
14
rtems_task Init(
15
  rtems_task_argument ignored
16
)
17
{
18
  test_main();
19
  rtems_test_exit( 0 );
20
}
21
 
22
/* configuration information */
23
 
24
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
25
 
26
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
27
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 10
28
 
29
#define CONFIGURE_MAXIMUM_TASKS 1
30
 
31
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
32
 
33
#define CONFIGURE_INIT
34
 
35
#include <confdefs.h>
36
 
37
/* end of file */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.