mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
Lesson 18 - the IDT
This commit is contained in:
5
18-interrupts/kernel/util.h
Normal file
5
18-interrupts/kernel/util.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../cpu/types.h"
|
||||
|
||||
void memory_copy(char *source, char *dest, int nbytes);
|
||||
void memory_set(u8 *dest, u8 val, u32 len);
|
||||
void int_to_ascii(int n, char str[]);
|
||||
Reference in New Issue
Block a user