Add TTY and VGA interface

Line endings


Removed redundant files


Line ending
This commit is contained in:
ED 2019-05-22 20:12:46 +01:00
parent 0196ef7824
commit faeb433bb0
7 changed files with 3016 additions and 98 deletions

View file

@ -53,6 +53,7 @@ fn buildTest(b: *Builder, src_path: []const u8) void {
var file_src = concat(b.allocator, src_path2.toSlice(), file) catch unreachable;
file_src.append(".zig") catch unreachable;
const tst = b.addTest(file_src.toSlice());
tst.setMainPkgPath(".");
step.dependOn(&tst.step);
}
}