#pragma once #include #include /** * Loads the framebuffer * @param width - the width of the screen * @param height - the height of the screen */ uint32_t *bochs_init(uint16_t w, uint16_t h, uint8_t b);