feat: some refactors

This commit is contained in:
2021-02-02 22:35:28 +01:00
parent 4673a23db7
commit e8816cfdfd
10 changed files with 162 additions and 57 deletions

12
kernel/libk.h Normal file
View File

@@ -0,0 +1,12 @@
//
// Created by rick on 02-02-21.
//
#ifndef NEW_KERNEL_LIBK_H
#define NEW_KERNEL_LIBK_H
void k_wait_for_interrupt();
void k_panic();
#endif //NEW_KERNEL_LIBK_H