GDT Tutorial: Difference between revisions

m
Removed author&license due to the majority of other snippets on the site not requiring it.
[unchecked revision][unchecked revision]
mNo edit summary
m (Removed author&license due to the majority of other snippets on the site not requiring it.)
Line 207:
Tool for easily creating GDT entries.
<source lang="c">
*// Used for creating GDT segment descriptors in 64-bit integer form.
/*
* Written by rizlah@freenode#osdev
* Public Domain.
*
* Used for creating GDT segment descriptors in 64-bit integer form.
*/
#include <stdio.h>
Anonymous user