Обновлен счетчик сборки
This commit is contained in:
parent
00da982ab1
commit
ec3e07c611
@ -1,3 +1,3 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 1
|
||||
#define VERSION_BUILD 350
|
||||
#define VERSION_BUILD 356
|
||||
|
@ -51,10 +51,8 @@ uint64_t pos_y = 4;
|
||||
// Настройка прослойки графики ядра
|
||||
void fb_init( ) {
|
||||
framebuffer_response = framebuffer_request.response;
|
||||
|
||||
if (framebuffer_response == NULL) {
|
||||
asm volatile("hlt");
|
||||
}
|
||||
|
||||
if (framebuffer_response == NULL) { asm volatile("hlt"); }
|
||||
|
||||
boot_framebuffer = framebuffer_response->framebuffers[0];
|
||||
fb_addr = (uint32_t *)boot_framebuffer->address;
|
||||
|
Loading…
Reference in New Issue
Block a user