1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

x86: started using v86, freedos, fatfs, yasm, SmallerC

This commit is contained in:
Steven Hugg
2020-06-13 20:28:58 -05:00
parent 9396a2ddbb
commit 0d77912ccc
26 changed files with 15685 additions and 10 deletions
+8
View File
@@ -558,3 +558,11 @@ div.asset_toolbar {
.book-title {
font-size:12pt;
}
.pc-console {
background-color: #000;
color: #7f7f7f;
white-space: pre;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
font-size: 10pt;
line-height: 1.2;
}