-- Component lib for access to the gpu
local component = require "component"
-- Put term lib into local space..
local term = require "term"
-- Other libs we need as well
local textutils = require("serialization") -- CC to OC. The 'serialize' method is used the same here i think....
local gpu = component.getPrimary("gpu")
local fs = require("filesystem")
local event = require("event")
local keyboard = require("keyboard")
local os=require("os")
-- 'term' Compatibility. These libs are similar in interface but OC lib has shorter method names.