updated kernel and working on oc tty impl
This commit is contained in:
@@ -77,7 +77,7 @@ end
|
||||
function fs.load(path) return load(fs.readAllText(path), path) end
|
||||
|
||||
function fs.mount(disk, mountPoint)
|
||||
if not disks[disk] then return end
|
||||
if not disks[disk] then error("NODISK : "..disk) end
|
||||
mounts[mountPoint] = disk
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user