jehanne/sys/src/kern/amd64/devdraw.json

26 lines
309 B
JSON
Raw Normal View History

{
"DrawingModules": {
"Kernel": {
"Config": {
"Dev": [
"mouse",
"vga"
],
"VGA": [
"vgavesa"
]
}
},
"SourceFiles": [
"../port/devdraw.c",
"../port/devmouse.c",
"../386/vgavesa.c",
"screen.c",
"devvga.c",
"mouse.c",
"vga.c",
"vgax.c"
]
}
}