Skip to content

Commit

Permalink
Lemon OS Alpha 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fido2020 committed Jan 11, 2021
1 parent de3ed84 commit 1a936c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Base/lemon/boot/grub/grub.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
insmod all_video
insmod efi_gop
insmod efi_uga
insmod vbe

set default=3
set default=0
set timeout=2

menuentry "Lemon"{
Expand Down
2 changes: 1 addition & 1 deletion Base/lemon/lemonwm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"backgroundImage" : "/system/lemon/backgrounds/bg5.png",
"theme" : "/system/lemon/themes/default.json",
"useExperimentalClipping" : false,
"displayFramerate" : true,
"displayFramerate" : false,
"capFramerate" : false
}
2 changes: 1 addition & 1 deletion Kernel/include/arch/x86_64/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enum{
DebugLevelVerbose = 2,
};

#define KERNEL_DEBUG
//#define KERNEL_DEBUG

#ifdef KERNEL_DEBUG
#define IF_DEBUG(a, b) if(a) b
Expand Down
2 changes: 1 addition & 1 deletion Kernel/src/lemon.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace Lemon{
char* versionString = "Lemon OS Nightly (Alpha) x86_64";
char* versionString = "Lemon OS Alpha 0.3.0 x86_64";
}

0 comments on commit 1a936c6

Please sign in to comment.