Conrad Pankoff
6fe18a0417
Kernel: Hide PCI logs behind a debug flag like other logs
2019-08-14 06:28:53 +02:00
Conrad Pankoff
dce003c7eb
Kernel: Add more PCI configuration reading functions
2019-08-14 06:28:53 +02:00
Andreas Kling
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
...
These types can be picked up by including <AK/Types.h>:
* u8, u16, u32, u64 (unsigned)
* i8, i16, i32, i64 (signed)
2019-07-03 21:20:13 +02:00
Andreas Kling
bc951ca565
Kernel: Run clang-format on everything.
2019-06-07 11:43:58 +02:00
Andreas Kling
47b096feb4
Kernel: More work on bringing up E1000 support.
2019-03-11 11:11:29 +01:00
Andreas Kling
405413c354
Kernel: Start adding support for E1000 network adapters.
2019-03-10 15:25:33 +01:00
Andreas Kling
731fc5a7c8
Kernel: Much improved BochsVGA (BXVGA) support.
...
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.
2019-02-06 10:17:26 +01:00