CuRT OS 簡介

作業系統

簡介

行程管理

記憶體管理

輸出入管理

檔案管理

使用者介面

嵌入式系統

RTOS

中斷處理

案例研究

EOS0

CurtOS

F9

UNIXv6

NachOS

uCOSII

L4

RtThread

Haiku

MINIX

Linux

Windows

mykernel

訊息

相關網站

參考文獻

最新修改

簡體版

English

CuRT OS 是 Jserv 所寫的一個簡單即時作業系統,執行的平台是 ARM 處理器,以下是我在 Windows 環境中用 VirtualBox 虛擬機啟動一個 Linux Mint 12 作業系統,然後執行 CuRT OS 的結果畫面。

ccc@ccc-VirtualBox ~/curtos/app/shell $ ./run-on-connex
pxa2xx_clkpwr_write: CPU frequency change attempt
##################################
#       Start CuRT....           #
##################################
 ID        State        Name
           Ready        idle-thread
  1        Ready        shell_thread
  2        Running      info_thread
  3        Ready        statistics_thread
  4        Ready        hello_thread
  5        Ready        hello2_thread
*********** CuRT statistics info ***************
Total Thread Count : 6
Total Context Switch Count : 1
Current Time Tick : 0
**************************************************
$ help
*********** CuRT Help Info ********************
stat - display statistics.
ps - display thread informations.
clear - clean screen.
hello - sample RT task say greeting.
*************************************************
$ ps
 ID        State        Name
           Ready        idle-thread
  1        Ready        shell_thread
  2        Running      info_thread
  3        Block        statistics_thread
  4        Block        hello_thread
  5        Ready        hello2_thread

然後就掛住了,之後我就不能再輸入任何東西了。於是我只好用 Ctrl-C 強制結束程式。

qemu: terminating on signal 2
ccc@ccc-VirtualBox ~/curtos/app/shell $

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License