index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gdt
/
gdt.h
blob: 46d80e270f8acee274db490185d6d1a512c2a87a (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef MELVIX_GDT_H #define MELVIX_GDT_H void gdt_install(); #endif