[MULTITASKING] Processes

This commit is contained in:
2016-12-16 19:22:33 +01:00
parent 5e8fbcbb78
commit 5ca2b6994a
8 changed files with 177 additions and 8 deletions

View File

@@ -63,6 +63,8 @@ registers_t *int_handler(registers_t *r)
#ifndef NDEBUG
thread_t *th = get_current_thread();
(void)th;
process_t *proc = get_current_process();
(void)proc;
asm("int_handler_breakpoint:");
#endif