readme
来自「一个小的RTOS具有UIP网络功能」· 代码 · 共 29 行
TXT
29 行
This is the source code for the Contiki desktop environment, which isa modern Internet-enabled desktop environment for the Commodore 64 anda bunch of other systems written by Adam Dunkels. The Contiki desktopenvironment includes a simple window system and GUI, TCP/IPnetworking, a web server, a telnet client, and a web browser. Contikiis written in C and is compiled with Ullrich von Bassewitz' cc65 Ccompiler.More information about the Contiki desktop environment can be found onits web page: http://dunkels.com/adam/contiki/The cc65 C compiler can be found on the cc65 web page: http://www.cc65.org/The Contiki desktop environment source code is divided into thefollowing directories: apps/ - the Contiki applications ctk/ - the ctk conio windowing toolkit on which Contiki builds ek/ - the ek event kernel and the dispatcher lib/ - various library files uip/ - the uIP TCP/IP stackTo build the Contiki desktop environment from sources, GNU make andcc65 must be installed.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?