Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Kernel: Hide PCI logs behind a debug flag like other logs | Conrad Pankoff | |
2019-08-14 | Kernel: Add more PCI configuration reading functions | Conrad Pankoff | |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling | |
These types can be picked up by including <AK/Types.h>: * u8, u16, u32, u64 (unsigned) * i8, i16, i32, i64 (signed) | |||
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling | |
2019-03-11 | Kernel: More work on bringing up E1000 support. | Andreas Kling | |
2019-03-10 | Kernel: Start adding support for E1000 network adapters. | Andreas Kling | |
2019-02-06 | Kernel: 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. |