Re-enabled C++ support, it seems to be working.

alentours-dev
q3k 2013-02-03 15:53:33 +01:00
parent 0f0380a0e3
commit 949180a993
2 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ void kmain_newstack(void)
exceptions_init_simple();
apic_enable_lapic();
heap_init_simple();
for (;;) {}
// enable FPU/SSE...
__asm__ volatile(
"movq %cr0, %rax;"

View File

@ -36,7 +36,6 @@ CLogger &CKernel::Logger(void)
void CKernel::Start(void)
{
kprintf("[i] Hello from C++ land!\n");
for (;;) {}
if (m_dwMagic != CKERNEL_MAGIC)
{