Add cursor-off
This commit is contained in:
parent
7c6cd9c531
commit
54c48446e7
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
APPS=init hello sh ls terminal uname compositor drawlines background session kdebug cat yutani-test sysinfo hostname yutani-query env mount date echo nyancat kill ps pstree bim terminal-vga
|
||||
APPS=init hello sh ls terminal uname compositor drawlines background session kdebug cat yutani-test sysinfo hostname yutani-query env mount date echo nyancat kill ps pstree bim terminal-vga cursor-off
|
||||
|
||||
CC=i686-pc-toaru-gcc
|
||||
AR=i686-pc-toaru-ar
|
||||
|
6
apps/cursor-off.c
Normal file
6
apps/cursor-off.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <syscall.h>
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
int x[] = {0xFF,0xFF};
|
||||
return syscall_system_function(13, (char **)x);
|
||||
}
|
Loading…
Reference in New Issue
Block a user