Code Monkey home page Code Monkey logo

e8vm's Introduction

BuildStatus

go get -u e8vm.io/e8vm/...

E8VM

Emul8ed Virtual Machine (E8VM) is a self-contained system that has its own instruction set -- arch8, its own assembly language and assembler -- asm8, its own system language -- g8, and its own project building system -- build8. Using g8 and build8, we can build a small operating system os8.

The project is written entirely in Go language. Plus, each file in the project has no more than 300 lines, with each line no more than 80 characters. Among these small files, there are no circular dependencies, and as a result, the project architecture can be automatically visualized from static code analysis.

For Go language documentation on the package APIs, I recommend GoWalker. I find it slightly better than godoc.org.

To Use make

The project comes with a makefile, which formats the code files, check lints, check circular dependencies and build tags. Running the makefile requires installing some tools.

go get -u e8vm.io/tools/...
go get -u github.com/golang/lint/golint
go get -u github.com/jstemmer/gotags

Copyright and License

The project developers own the copyright; my empolyer (Google) does not own the copyright. Apache is the License.

e8vm's People

Contributors

h8liu avatar kcnm avatar

Watchers

Mikoyan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.