10 lines
70 B
C
10 lines
70 B
C
/**
|
|
* \file
|
|
*/
|
|
|
|
#include "gdt.h"
|
|
|
|
void cpu_init() {
|
|
gdt_init();
|
|
}
|