Обновлен счетчик сборки

This commit is contained in:
Aren Elchinyan 2023-10-29 19:19:27 +03:00
parent 00da982ab1
commit ec3e07c611
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1,3 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 1 #define VERSION_MINOR 1
#define VERSION_BUILD 350 #define VERSION_BUILD 356

View File

@ -51,10 +51,8 @@ uint64_t pos_y = 4;
// Настройка прослойки графики ядра // Настройка прослойки графики ядра
void fb_init( ) { void fb_init( ) {
framebuffer_response = framebuffer_request.response; framebuffer_response = framebuffer_request.response;
if (framebuffer_response == NULL) { if (framebuffer_response == NULL) { asm volatile("hlt"); }
asm volatile("hlt");
}
boot_framebuffer = framebuffer_response->framebuffers[0]; boot_framebuffer = framebuffer_response->framebuffers[0];
fb_addr = (uint32_t *)boot_framebuffer->address; fb_addr = (uint32_t *)boot_framebuffer->address;