Changeset 7054195 in network-demos
- Timestamp:
- Dec 14, 1999, 1:23:56 PM (21 years ago)
- Branches:
- 4.11, master, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
- Children:
- 9fd60d5
- Parents:
- e00204c
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
dnstest/init.c
re00204c r7054195 26 26 #define CONFIGURE_MAXIMUM_TASKS 20 27 27 28 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48628 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 29 29 30 30 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) -
http/init.c
re00204c r7054195 16 16 #define CONFIGURE_MAXIMUM_TASKS 20 17 17 18 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48618 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 19 19 20 20 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) -
netdemo/init.c
re00204c r7054195 26 26 #define CONFIGURE_MAXIMUM_TASKS 20 27 27 28 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48628 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 29 29 30 30 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) -
netlink/Makefile
re00204c r7054195 19 19 20 20 SRCS=$(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) 21 OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) $(ARCH)/tarfile.o21 OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) # $(ARCH)/tarfile.o 22 22 23 23 PRINT_SRCS=$(DOCS) … … 59 59 $(make-exe) 60 60 61 $(ARCH)/tarfile.o:62 tar cf tarfile index.html63 $(LD) -r -o $(ARCH)/tarfile.o -b binary tarfile61 #$(ARCH)/tarfile.o: 62 # tar cf tarfile index.html 63 # $(LD) -r -o $(ARCH)/tarfile.o -b binary tarfile 64 64 65 65 # Install the program(s), appending _g or _p as appropriate. -
netlink/init.c
re00204c r7054195 65 65 }; 66 66 67 /* 68 * Settings for the Application Profiles: 69 * 70 * Base Networking Profile - neither 71 * FTP Server Profile - include ftpd 72 * Web Server Profile -include httpd 73 */ 74 67 75 #define INCLUDE_FTPD 0 68 76 #define INCLUDE_HTTPD 1 77 78 /* XXX until binutils are rebuilt */ 79 80 int _binary_tarfile_start; 81 int _binary_tarfile_size; 69 82 70 83 rtems_task Init( -
ntp/init.c
re00204c r7054195 26 26 #define CONFIGURE_MAXIMUM_TASKS 20 27 27 28 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48628 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 29 29 30 30 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) -
select/init.c
re00204c r7054195 26 26 #define CONFIGURE_MAXIMUM_TASKS 20 27 27 28 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48628 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 29 29 30 30 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) -
tftpTest/init.c
re00204c r7054195 27 27 #define CONFIGURE_MAXIMUM_TASKS 20 28 28 29 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48629 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 30 30 31 31 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) -
ttcp/init.c
re00204c r7054195 26 26 #define CONFIGURE_MAXIMUM_TASKS 20 27 27 28 #define CONFIGURE_MICROSECONDS_PER_TICK 10 48628 #define CONFIGURE_MICROSECONDS_PER_TICK 10000 29 29 30 30 #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
Note: See TracChangeset
for help on using the changeset viewer.