summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt.c')
-rw-r--r--com32/hdt/hdt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/com32/hdt/hdt.c b/com32/hdt/hdt.c
index 467fe1ca..7e6fb6f7 100644
--- a/com32/hdt/hdt.c
+++ b/com32/hdt/hdt.c
@@ -54,12 +54,12 @@ int main(const int argc, const char *argv[])
/* Cleaning structures */
init_hardware(&hardware);
- /* Detecting parameters */
- detect_parameters(argc, argv, &hardware);
-
/* Detecting Syslinux version */
detect_syslinux(&hardware);
+ /* Detecting parameters */
+ detect_parameters(argc, argv, &hardware);
+
console_ansi_raw();
/* Opening the Syslinux console */
// openconsole(&dev_stdcon_r, &dev_ansicon_w);