feat: reformatted code base to be more standard
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Created by rick on 24-02-21.
|
||||
//
|
||||
|
||||
#include <cpu/syscall_handler.h>
|
||||
#include <libk/syscall.h>
|
||||
#include <tasks/task.h>
|
||||
#include <myke/cpu/syscall_handler.h>
|
||||
#include <myke/libk/syscall.h>
|
||||
#include <myke/tasks/task.h>
|
||||
|
||||
void syscall_handle(isr_registers_t *registers) {
|
||||
switch (registers->eax) {
|
||||
|
||||
Reference in New Issue
Block a user