elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
arch
/
i86
/
drivers
/
char
/
conio-pc98-asm.h
File editor
/* conio functions for PC-98 */ /* put character on text vram */ /*void early_putchar(int c);*/ /* get character data from keyboard */ int bios_getchar(void); /* get arrow key data */ int bios_getarrow(void); /* get roll key data */ int bios_getroll(void); /* initialize keyboard interface */ void bios_getinit(void); /* read text vram address */ int read_tvram_x(void); /* write text vram address */ void write_tvram_x(int tvram_x); /* clear text vram */ void clear_tvram(void); /* cursor on */ void cursor_on(void); /* cursor off */ void cursor_off(void); /* set cursor address */ void cursor_set(int cursor);
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history