qemu_pci_serial driver
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
#include "std/string.h"
|
||||
#include "dev/dev.h"
|
||||
#include "dev/ps2kbdev.h"
|
||||
#include "dev/serialdev.h"
|
||||
#include "hshtb.h"
|
||||
|
||||
DevTable DEVTABLE;
|
||||
@ -14,5 +13,4 @@ void dev_init(void) {
|
||||
spinlock_init(&DEVTABLE.spinlock);
|
||||
|
||||
ps2kbdev_init();
|
||||
serialdev_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user