[feat] Desktop render color
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <pit.h>
|
||||
#include <kernel/pit.h>
|
||||
#include <common.h>
|
||||
#include <pic.h>
|
||||
#include <serial.h>
|
||||
#include <kernel/pic.h>
|
||||
#include <kernel/serial.h>
|
||||
|
||||
static inline void outb(UINT16 port, UINT8 val) {
|
||||
ASM("outb %0, %1" : : "a"(val), "Nd"(port));
|
||||
|
||||
Reference in New Issue
Block a user