Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Aug 2, 2024
1 parent d9fe641 commit 55c4cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.user
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ DLDFLAGS = -T $(DYNAMIC_LDS) -relax -L$(LIBDIR)
BASE1_DEFAULT = 0xb000
BASE2_DEFAULT = 0xb210

# Base addresses manually copied from $(DYNAMIC_LDS)
# (Values should be check as kernel changes but kept as backup if GET_BASE fails)
BASE1 = 0xad30
BASE2 = 0xaf40

Expand Down
2 changes: 2 additions & 0 deletions kernel/kmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ void kmain(void)
program_init();
#endif

lcd_clear();

dkey_multi = KEY_ONOFF;
#if defined(CONF_DSOUND) && defined(CONF_ON_OFF_SOUND)
show_on_off(on_text, on_sound);
Expand Down

0 comments on commit 55c4cc2

Please sign in to comment.