Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

boot_screen_renderer::boot_screen_renderer

Signature: boot_screen_renderer::boot_screen_renderer(framebuffer_t* target_frame_buffer) : interrupt_handler(0x20)
Attributes: undefined
Description: Constructor for the class

Parameters:

boot_screen_renderer::~boot_screen_renderer

Signature: boot_screen_renderer::~boot_screen_renderer()
Attributes: undefined
Description: Destructor for the class

boot_screen_renderer::putchar

Signature: void boot_screen_renderer::putchar(char c)
Description: Does nothing

Parameters:

Return: void

boot_screen_renderer::putstring

Signature: void boot_screen_renderer::putstring(const char *str)
Description: Does nothing

Parameters:

Return: void

boot_screen_renderer::set_progress

Signature: void boot_screen_renderer::set_progress(uint8_t progress)
Description: Sets the progress of the boot screen progress bar

Parameters:

Return: void

boot_screen_renderer::handle

Signature: void boot_screen_renderer::handle()
Description: Handles the timer interrupt for the boot screen renderer

Return: void

Show file on GitHub