Show
Ignore:
Timestamp:
11/01/09 23:55:11 (3 years ago)
Author:
Pierre-Alexandre Meyer <pierre@…>
Children:
ad501c9ca99dad2f52af62399c3ff7da9bfe09b5
Parents:
821b545a82891ee64e407c981f6562089e9c524e
git-committer:
Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-11-01T15:55:11Z-0800
Message:

hdt: add reboot entry (MENU)

Add a reboot entry to reboot the system. Uses reboot.c32 behind the scenes.

Signed-off-by: Pierre-Alexandre Meyer <pierre@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/hdt/hdt-menu.c

    r111fe2 rd98e62  
    293293  add_item("<A>bout", "About Menu", OPT_SUBMENU, NULL, 
    294294     hdt_menu->about_menu.menu); 
     295  add_item("<R>eboot", "Reboot", OPT_RUN, hardware->reboot_label, 0); 
    295296  add_item("E<x>it","Exit", OPT_EXITMENU,NULL,0); 
    296297  hdt_menu->main_menu.items_count++;