This commit is contained in:
sam 2020-05-24 01:06:37 -04:00
parent 9059749a6a
commit 441c9322f9
4 changed files with 25 additions and 0 deletions

3
extras/velxboot/init.lua Normal file
View File

@ -0,0 +1,3 @@
for d in component.list("drive") do
end

View File

@ -0,0 +1,16 @@
local acl = {}
do
local acl = struct({
meta = "B",
id = "H",
permname = "B"
})
local function acl_readstream(stream)
end
function acl.read(stream)
end
end

0
ksrc/blkdev.lua Normal file
View File

View File

@ -5,7 +5,13 @@ do
--#include "ksrc/fs/foxfs/superblock.lua"
--#include "ksrc/fs/foxfs/blkstream.lua"
local prox = {}
function fox.proxy(blkdev)
-- Read the superblock
end
local function fox_getinode(prox, inode)
prox.dev:size()
end
end