Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtyson123 committed Dec 16, 2023
1 parent d76c751 commit 0bf90a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kernel/include/common/logo.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Ignore warnings for this file
#pragma gcc diagnostic ignored "-Wwrite-strings"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wwrite-strings"

/* GIMP header image file format (RGB): C:\Users\98max\CLionProjects\max-os\kernel\include\common\logo.h */

Expand Down Expand Up @@ -4454,3 +4455,4 @@ static char *header_data =
"!(`\\!(`\\!(\\[!(4F!1%\"!A)#!A)#!Q-$!Q-$!Q-$!Q-$!A)#!A)#!A)#!A)#!1%\""
"!1%\"!!!!!!!!!!!!!!!!!!!!!!!!!1%\"!1%\"!A)#!A)#!1%\"!1%\"!1%\"!1%\"!!!!"
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!";
#pragma GCC diagnostic pop
2 changes: 1 addition & 1 deletion kernel/src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ extern "C" void kernelMain(const multiboot_info& multibootHeader, uint32_t multi
ConsoleStream headerStream(&consoleHeader);

// Write the header
int buildCount = 490;
int buildCount = 494;
headerStream << " Max OS v0.01 [build " << buildCount << "] " ;

// Make a main console area at the top of the screen
Expand Down
Empty file modified toolchain/copy_filesystem.sh
100644 → 100755
Empty file.
Empty file modified toolchain/create_disk_img.sh
100644 → 100755
Empty file.

0 comments on commit 0bf90a7

Please sign in to comment.