diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-06 15:19:21 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-06 15:19:21 -0700 |
commit | 2920515b1fe5dbf20cfa2f2890b154cd147831ec (patch) | |
tree | b60d63da0dc91bfd3b134233319b4ee19fc0873a /com32/include/syslinux/advconst.h | |
parent | c2636af9b7f4b170ffe791d5008fe6bdd822a59b (diff) | |
download | syslinux-3.74-pre18.tar.gz |
Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18
Implement MENU SAVE, which allows the menu system to retain the
previous selection from one boot to another. In the process, fix the
syslinux_setadv() function.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/include/syslinux/advconst.h')
-rw-r--r-- | com32/include/syslinux/advconst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/include/syslinux/advconst.h b/com32/include/syslinux/advconst.h index 1e1ec73e..b7c775fd 100644 --- a/com32/include/syslinux/advconst.h +++ b/com32/include/syslinux/advconst.h @@ -1,6 +1,7 @@ /* ----------------------------------------------------------------------- * * * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved + * Copyright 2009 Intel Corporation; author: H. Peter Anvin * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -39,5 +40,6 @@ #define ADV_END 0 #define ADV_BOOTONCE 1 +#define ADV_MENUSAVE 2 #endif /* _SYSLINUX_ADVCONST_H */ |