[MULTITASKING] Preemptive multitasking

This commit is contained in:
2016-11-18 10:36:21 +01:00
parent d3d065b2e2
commit 664379b35c
7 changed files with 26 additions and 8 deletions

View File

@@ -18,8 +18,6 @@ void thread_function()
while(1)
{
debug((char *)0x10000);
schedule();
pit_delay(100);
}
}