【RPi PICO】运行 Fuzix 系统

树莓派 PICO 和 RP2040 相关应用讨论
回复
头像
shaoziyang
帖子: 3917
注册时间: 2019年 10月 21日 13:48

【RPi PICO】运行 Fuzix 系统

#1

帖子 shaoziyang »

图片
Fuzix is a proper Unix, with multiple processes, devices, all the standard Unix tools, Bourne shell, vi clone, etc. Given the RP2040’s limited RAM and no MMU, this port keeps just one process in memory at a time, swapping in and out to an SD card to do context switches; this works surprisingly well. Each process gets up to 64kB of code and data.

Fuzix是一个合适的Unix,有多进程、设备、所有的标准Unix工具、Bourne shell、vi clone等。考虑到RP2040有限的RAM和没有MMU,这个移植一次只在内存中保留一个进程,在SD卡上交换来进行上下文切换;它运行出奇地好。每个进程最多可获得64kB的代码和数据。
https://cowlark.com/2021-02-16-fuzix-pi-pico/index.html
 

头像
shaoziyang
帖子: 3917
注册时间: 2019年 10月 21日 13:48

Re: 【RPi PICO】运行 Fuzix 系统

#2

帖子 shaoziyang »

这个网站还有一个ESP8266(nodemcu)上运行 Fuzix 的例子,尝试了一下没有跑起来。

回复

  • 随机主题
    回复总数
    阅读次数
    最新文章