# Pastebin oOEzOFYp callback.register_sync(':open'), function(state, path) end) callback.register_sync(':close'), function(state, fd) end) callback.register_sync(':read'), function(state, fd, length) end) callback.register_sync(':write'), function(state, fd, data, length) end) callback.register_sync(':register_fs', function(state, filesystem, pid) end) callback.register_sync(':deregister_fs', function(state, pid) end) callback.register_sync(':mount', function(filesystem, path) end) callback.register_sync(':umount', function(path) end) spin()