Skip to content

Commit

Permalink
Обновлен счетчик сборки
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera committed Oct 29, 2023
1 parent 00da982 commit ec3e07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_BUILD 350
#define VERSION_BUILD 356
6 changes: 2 additions & 4 deletions kernel/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec3e07c

Please sign in to comment.