浏览代码

Update README.md

mnt.mn 8 年之前
父节点
当前提交
de80528092
共有 1 个文件被更改,包括 11 次插入3 次删除
  1. 11 3
      README.md

+ 11 - 3
README.md

@@ -20,7 +20,7 @@ To coordinate the development efforts, there is now an official mailing list. Th
 
 http://sympa.mntmn.com/info/interim-dev
 
-If you find bugs, please file an issue in the ![Github issue tracker](https://github.com/mntmn/interim/issues).
+If you find bugs, please file an issue in the [Github issue tracker](https://github.com/mntmn/interim/issues).
 
 Architecture
 ------------
@@ -29,8 +29,6 @@ Architecture
 - Layer 1: Sledge Lisp JIT Compiler
 - Layer 0: Platform Interface (Startup code and filesystems)
 
-![Interim OS Screenshot](http://dump.mntmn.com/interim-paper/illustrations/interim-picture.jpg)
-
 Design Choices
 --------------
 
@@ -65,6 +63,16 @@ Running (Raspberry Pi 2)
 
 Prepare a bootable SD card with the usual FAT partition that has the Pi-specific boot blobs in it and copy ````kernel.img```` into it. You can recycle any other Raspberry OS distribution, i.e. Raspian for this. Just replace the kernel7.img and delete cmdline.txt. Keyboard input is currently only over UART, so you will probably want to connect a UART->USB cable to another computer and use it to control Interim. 
 
+![Interim OS Screenshot](http://dump.mntmn.com/interim-paper/illustrations/interim-picture.jpg)
+
+Roadmap
+-------
+
+- IEEE 754 double-precision floating point numbers.
+- Vectors.
+- Native string maps (dictionaries) based on the existing sd_hash.
+- JavaScript to Interim Lisp compiler.
+
 Licenses
 --------