Skip to content

Commit

Permalink
removing garbage filke
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jul 20, 2024
1 parent 94334f7 commit 7921598
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions .gdb_history

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Build/
*.a
*.exe
zig-out/
.gdb_*
1 change: 0 additions & 1 deletion sources/drivers/vga/vga.zig
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ pub fn init(title : []const u8, title_color : u8, navbar_color : u8, triggered_c
updateCursor();
updateNavbar();
kernel.logs.klogln("[VGA Driver] loaded");
kernel.stk.stackTrace(42);
}

fn putEntry(c: u8, color: u8, x: usize, y: usize) void
Expand Down

0 comments on commit 7921598

Please sign in to comment.