PRE-ALPHA 3.0.0 - Rewrote the kernel to use a more modular design, changed some terms, added process sandboxing for security.
COMING IN THE FULL RELEASE: - A user system - A functional IPC (Inter-Process Communication) system THINGS CAN AND WILL CHANGE FROM NOW UNTIL THE FINAL RELEASE.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local raster = import("raster")
|
||||
local raster = require("raster")
|
||||
|
||||
raster.init()
|
||||
|
||||
@@ -15,7 +15,7 @@ end]]
|
||||
end
|
||||
end ]]
|
||||
|
||||
local event = import("event")
|
||||
local event = require("event")
|
||||
local x=0
|
||||
local y=0
|
||||
local vx=1
|
||||
@@ -88,4 +88,4 @@ end
|
||||
end ]]
|
||||
|
||||
raster.free()
|
||||
termlib.cursorPosY=1
|
||||
termlib.cursorPosY=1
|
||||
|
||||
Reference in New Issue
Block a user