index
:
kernel_tex
master
Maturski rad
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
03.gdt
/
gdt5.c
blob: c41ef42df9b1dc93ccf08c2bf96e0c34c6d7eca8 (
plain
)
1
2
3
4
void
init_gdt_table
(
void
)
{
gdtp
.
size
=
sizeof
(
gdt
)
-1
;
gdtp
.
offset
=
(
uint32_t
)
&
gdt
;