Procházet zdrojové kódy

made build.sh generate documentation, updated vt-task docs

pull/1/head
XeonSquared před 4 roky
rodič
revize
c3347fa188
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      build.sh
  2. +1
    -1
      module/vt-task.lua

+ 1
- 0
build.sh Zobrazit soubor

@@ -6,3 +6,4 @@ echo _OSVERSION=\"PsychOS 2.0a1-$(git rev-parse --short HEAD)\" > target/version
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
- 1
module/vt-task.lua Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit