device files are mounted under the drive letter of dollarsign

This commit is contained in:
minjaesong
2022-09-24 16:46:44 +09:00
parent f9eecab830
commit 0304ded991
8 changed files with 38 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
let f = files.open("RND")
let f = files.open("$:/RND")
let mlen = 512
let m = sys.malloc(mlen)