Skip to content

jMiniLang OS Window

Compare
Choose a tag to compare
@bajdcc bajdcc released this 14 Apr 01:52
· 228 commits to master since this release




An OS running on jMiniLang interpreter.

Now has commands:

  • echo
  • dup
  • pipe
  • grep (KMP)
  • sleep
  • task
  • range

更新

Update 04/16

仿了微内核服务架构,支持退格键,去除一些BUG。仿一次系统调用相当耗时间,所以一般不使用。

Task

  1. system
    • now 获取当前时间 (v2.2.1)
  2. util
    • calc (算符优先文法)四则运算 (v2.2.2)