os: add basic OS functionality

This commit is contained in:
Ayke van Laethem
2019-02-05 00:48:56 +01:00
committed by Ron Evans
parent f7b2a2c977
commit 709a296150
6 changed files with 114 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ clean:
@rm -rf build
fmt:
@go fmt . ./compiler ./interp ./loader ./ir ./src/device/arm ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt . ./compiler ./interp ./loader ./ir ./src/device/arm ./src/examples/* ./src/machine ./src/os ./src/runtime ./src/sync
@go fmt ./testdata/*.go
test: