8 lines
98 B
C
8 lines
98 B
C
#include "pci.h"
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
stdout=fopen("/dev/vga","w");
|
|
pci_init();
|
|
}
|