• 大小: 14.52MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: 其他
  • 标签: 安装包  

资源简介

rtlinux安装包,支持linux内核版本2.4.0-2.6.9

资源截图

代码片段和文件信息

/*
 * RTLinux Hello World example
 *
 * Written by Michael Barabanov (baraban@fsmlabs.com)
 * Copyright (C) 1999-2000 Finite State Machine Labs Inc
 * Released under the terms of the GPL Version 2
 *
 */

#include 
#include 
#include 
#include 

#include 

pthread_t thread = 0;
pthread_t thread2 = 0;

void * start_routine(void *arg)
{
int i;
struct sched_param p;

volatile pthread_t self;
self = pthread_self();

p . sched_priority = 1;
pthread_setschedparam (pthread_self() SCHED_FIFO &p);

pthread_make_periodic_np (pthread_self() gethrtime() 500000000);

if (((int) arg) == 1) {
breakpoint();
}

for (i = 0; i < 20; i ++) {
pthread_wait_np ();
rtl_printf(“I‘m here; my arg is %x\n“ (unsigned) arg);
}
return 0;
}

int init_module(void)
{
pthread_create (&thread NULL start_routine (void *) 1);
return pthread_create (&thread2 NULL start_routine (void *) 2);
}

void cleanup_module(void)
{
pthread_cancel (thread);
pthread_join (thread NULL);

pthread_delete_np (thread2);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          1  2003-03-01 19:49  root\rtldoc-3.2-pre1\RTLINUXFREE_3.2pre1

     文件      17660  2003-03-01 19:49  root\rtldoc-3.2-pre1\LEGAL_AND_FAQ\LICENSE.html

     文件      11522  2003-03-01 19:49  root\rtldoc-3.2-pre1\LEGAL_AND_FAQ\LICENSE.txt

     文件       5141  2003-03-01 19:49  root\rtldoc-3.2-pre1\LEGAL_AND_FAQ\contrib.txt

     文件      22040  2003-03-01 19:49  root\rtldoc-3.2-pre1\LEGAL_AND_FAQ\gpl.html

     文件      18110  2003-03-01 19:49  root\rtldoc-3.2-pre1\LEGAL_AND_FAQ\gpl.txt

     文件      10721  2003-03-01 19:49  root\rtldoc-3.2-pre1\LEGAL_AND_FAQ\patent.txt

     文件       3520  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\Configure.help

     文件      17649  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\LICENSE.html

     文件        219  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\README

     文件       3807  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\RTLinux-RedHat7.X-HOWTO.txt

     文件       8163  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\RTLinux-SuSE8.0-HOWTO.txt

     文件        465  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\releasenote.txt

     文件       1574  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\releasenote3.2.txt

     文件       3995  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\upgrading.txt

     文件      89826  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\minirtl.html

     文件        891  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\GettingStarted.css

     文件      81652  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\GettingStarted.html

     文件          8  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\images.aux

     文件       4906  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\images.log

     文件       1038  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\images.pl

     文件       9302  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\images.tex

     文件        486  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\img1.png

     文件       6279  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\img2.png

     文件       7552  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\img3.png

     文件        249  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\img4.png

     文件      81652  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\index.html

     文件       1038  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\internals.pl

     文件       2030  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\GettingStarted\labels.pl

     文件        891  2003-03-01 19:49  root\rtldoc-3.2-pre1\doc\html\Installation\Installation.css

............此处省略6899个文件信息

评论

共有 条评论