ReactOS
0.4.16-dev-927-g467dec4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
kbdbios32.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: GPL - See COPYING in the top level directory
3
* PROJECT: ReactOS Virtual DOS Machine
4
* FILE: subsystems/mvdm/ntvdm/bios/bios32/kbdbios32.h
5
* PURPOSE: VDM 32-bit PS/2 Keyboard BIOS
6
* PROGRAMMERS: Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
7
*/
8
9
#ifndef _KBDBIOS32_H_
10
#define _KBDBIOS32_H_
11
12
/* DEFINES ********************************************************************/
13
14
// #define BIOS_KBD_INTERRUPT 0x16
15
16
#define BIOS_KBD_BUFFER_SIZE 16
17
18
#define BDA_KBDFLAG_RSHIFT (1 << 0)
19
#define BDA_KBDFLAG_LSHIFT (1 << 1)
20
#define BDA_KBDFLAG_CTRL (1 << 2)
21
#define BDA_KBDFLAG_RCTRL (1 << 2)
// Used for KeybdStatusFlags
22
#define BDA_KBDFLAG_ALT (1 << 3)
23
#define BDA_KBDFLAG_RALT (1 << 3)
// Used for KeybdStatusFlags
24
#define BDA_KBDFLAG_SCROLL_ON (1 << 4)
25
#define BDA_KBDFLAG_NUMLOCK_ON (1 << 5)
26
#define BDA_KBDFLAG_CAPSLOCK_ON (1 << 6)
27
#define BDA_KBDFLAG_INSERT_ON (1 << 7)
28
#define BDA_KBDFLAG_LCTRL (1 << 8)
29
#define BDA_KBDFLAG_LALT (1 << 9)
30
#define BDA_KBDFLAG_SYSRQ (1 << 10)
31
#define BDA_KBDFLAG_PAUSE (1 << 11)
32
#define BDA_KBDFLAG_SCROLL (1 << 12)
33
#define BDA_KBDFLAG_NUMLOCK (1 << 13)
34
#define BDA_KBDFLAG_CAPSLOCK (1 << 14)
35
#define BDA_KBDFLAG_INSERT (1 << 15)
36
37
/* FUNCTIONS ******************************************************************/
38
39
VOID
KbdBios32Post
(
VOID
);
40
41
#endif
/* _KBDBIOS32_H_ */
void
Definition:
nsiface.idl:2307
KbdBios32Post
VOID KbdBios32Post(VOID)
Definition:
kbdbios32.c:361
subsystems
mvdm
ntvdm
bios
bios32
kbdbios32.h
Generated on Sun Mar 30 2025 06:15:23 for ReactOS by
1.9.6