summaryrefslogtreecommitdiff
path: root/Kernel/PCI.h
AgeCommit message (Collapse)Author
2019-03-11Kernel: More work on bringing up E1000 support.Andreas Kling
2019-03-10Kernel: Start adding support for E1000 network adapters.Andreas Kling
2019-02-06Kernel: Much improved BochsVGA (BXVGA) support.Andreas Kling
Instead of cowboy-calling the VESA BIOS in the bootloader, find the emulator VGA adapter by scanning the PCI bus. Then set up the desired video mode by sending device commands.