did some restructuring, got multitasking almost working
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#include "drivers/pit/pit.h"
|
||||
|
||||
.code32
|
||||
|
||||
.global init_pit
|
||||
init_pit: # tickrate: 1193182/1000 = 0x04A9 (1000hz) (1ms)
|
||||
movb $0x36, %al
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef DPIT_H
|
||||
#define DPIT_H
|
||||
|
||||
void init_pit();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user