⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻
字号:
##  $Id: README,v 1.3 1995/12/19 20:08:58 joel Exp $#This board support package has not been tested with multiprocessoror the timing support.  The uniprocessor IDP package was tested thoughwith a fairly large application (although bugs may exist).  The$RTEMS_ROOT/src/tests/Makefile should therefore have the samples andthe tests directories compiled first with the tmtests (timing) andmultiprocessor directories optional.Let me know if you have any problems or bug fixes.  Bug fixes are greatlyappreciated.  I do not work for RTEMS or am a member of the RTEMS supportgroup in any way, however.  I am just one of many that appreciate"free" software and enjoy contributing when possible :).  You can do it too! 		-- doug mcbride		   mcbride@rodin.colorado.edu==============================================================Notes: Make sure that -msoft-float is defined when compiling in thenewlib-beta-rtems/newlib/msoft-float directory subtree.  You also probablywant to add the following line to line 413 ofnewlib-beta-rtems/newlib/msoft-float/libc/stdio/vfprintf.c:#define INTEGER_ONLYThat allows you to pass most of the paranoia test in the samplesdirectory of RTEMS although you can't see the floating point values actuallyprinted (software floating point tends to make that difficult anyway).In order to pass the whole paranoia test (with one flaw), however, I had tocomment out the following line in milestone 140 (why?):/*  printf ("Testing X^((X + 1) / (X - 1)) vs. exp(2) = %.17e as X -> 1.\n",    Exp2); */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -