10 lines
No EOL
215 B
C++
10 lines
No EOL
215 B
C++
#include "boucane.hpp"
|
|
#include "core/idt.hpp"
|
|
|
|
extern "C" void boucane(){
|
|
clear();
|
|
printk("Booting Boucane v%d.%d.%d",VERSION_MAJOR,VERSION_MINOR, VERSION_PATH);
|
|
idt_enable_interrupt();
|
|
|
|
while(1);
|
|
} |