mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-12 15:44:05 +09:00
a working internet modem that only reads
This commit is contained in:
5
assets/disk0/tvdos/bin/drives.js
Normal file
5
assets/disk0/tvdos/bin/drives.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Object.entries(_TVDOS.DRIVES).forEach(it=>{
|
||||
let [letter, [port, drivenum]] = it
|
||||
let dinfo = _TVDOS.DRIVEINFO[letter]
|
||||
println(`${letter}: COM${port+1},${drivenum} (${dinfo.name}-${dinfo.type})`)
|
||||
})
|
||||
Reference in New Issue
Block a user