没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Yet another computer |
Yet another computer
|
0 | 0 | 17 |
贡献者 | 讨论 | 代码提交 |
概述
The goal of this project is to design a GPLed computer from digital architecture to end-user front-end, without limitation from existing hardware or software.
The main principles are:
- clean, pure design
- very extensible, generic
- realistic
Some of the design ideas are:
- network-inspired internal microprocessor buses
- superscalar processing
- microcode-based dedicated hardware
- various programming language levels (like java/c++/c/asm)
- very reduced low-level ISA
- compiled/interpreted (at will) functional programming language
- syntax-less programming
- latest OS design principles
Every physical part that is not digital (io devices) will be simulated.
It does not exist yet but I'm working on it.
创建时间:2014-05-07 18:59