mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 05:27:16 +08:00
2008-09-17 Miao Yan <yanmiaobest@gmail.com>
* hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC project code to add simple device only filesystem (devfs), optionally completely drop out filesystem, and to clean up disabling newlib reentrancy support. This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code space.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = all
|
||||
MANAGERS =
|
||||
|
||||
rtems_tests_PROGRAMS = minimum.exe
|
||||
minimum_exe_SOURCES = init.c
|
||||
|
||||
@@ -34,9 +34,9 @@ rtems_task Init(
|
||||
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
|
||||
|
||||
/*
|
||||
* This is the smallest IO subsystem RTEMS currently supports.
|
||||
* This application has no filesytem and libio support.
|
||||
*/
|
||||
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
||||
#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||
|
||||
/*
|
||||
* This disables reentrancy support in the C Library. It is usually
|
||||
|
||||
Reference in New Issue
Block a user