index
:
clyne/osdev
main
Tinkering with operating system development
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdt.hpp
blob: 0d7a9b66dd63eaa952dba4471942217f17e1b179 (
plain
)
1
2
3
4
5
6
7
#ifndef GDT_HPP
#define GDT_HPP
void
gdt_initialize
();
#endif
// GDT_HPP