Compare commits
2 Commits
69666130da
...
c3347fa188
Author | SHA1 | Date | |
---|---|---|---|
c3347fa188 | |||
a428a36c5d |
4
build.sh
4
build.sh
@ -2,4 +2,8 @@
|
||||
rm -r target/*
|
||||
mkdir target
|
||||
lua luapreproc.lua module/init.lua target/init.lua
|
||||
echo _OSVERSION=\"PsychOS 2.0a1-$(git rev-parse --short HEAD)\" > target/version.lua
|
||||
cat target/version.lua target/init.lua > target/tinit.lua
|
||||
mv target/tinit.lua target/init.lua
|
||||
cp -r exec/ service/ lib/ target/
|
||||
lua finddesc.lua $(find module/ -type f) $(find lib/ -type f) > apidoc.md
|
||||
|
@ -1,6 +1,6 @@
|
||||
do
|
||||
--#include "module/vt100.lua"
|
||||
function vtemu(gpua,scra)
|
||||
function vtemu(gpua,scra) -- creates a process to handle the GPU and screen address combination *gpua*/*scra*. Returns read, write and "close" functions.
|
||||
local gpu = component.proxy(gpua)
|
||||
gpu.bind(scra)
|
||||
local write = vt100emu(gpu)
|
||||
|
Loading…
Reference in New Issue
Block a user