Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80250
b: refs/heads/master
c: 1a8514e
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent 5c337c2 commit acf4d4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b710763608f1bfc8d4cd346e508f3f4878af361e
refs/heads/master: 1a8514e04e3f0249a75f66225e99cdf48d305be7
7 changes: 4 additions & 3 deletions trunk/arch/x86/boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ void main(void)
/* Set keyboard repeat rate (why?) */
keyboard_set_repeat();

/* Set the video mode */
set_video();

/* Query MCA information */
query_mca();

Expand All @@ -154,6 +151,10 @@ void main(void)
#if defined(CONFIG_EDD) || defined(CONFIG_EDD_MODULE)
query_edd();
#endif

/* Set the video mode */
set_video();

/* Do the last things and invoke protected mode */
go_to_protected_mode();
}

0 comments on commit acf4d4a

Please sign in to comment.