search for: hshift

Displaying 15 results from an estimated 15 matches for "hshift".

Did you mean: shift
2020 Jun 30
0
[PATCH v2 2/5] mm/hmm: add output flags for PMD/PUD page mapping
...N_WRITE) : + (HMM_PFN_VALID | HMM_PFN_PUD); } static int hmm_vma_walk_pud(pud_t *pudp, unsigned long start, unsigned long end, @@ -468,6 +472,7 @@ static int hmm_vma_walk_hugetlb_entry(pte_t *pte, unsigned long hmask, unsigned long cpu_flags; spinlock_t *ptl; pte_t entry; + unsigned int hshift = huge_page_shift(hstate_vma(vma)); ptl = huge_pte_lock(hstate_vma(vma), walk->mm, pte); entry = huge_ptep_get(pte); @@ -475,6 +480,10 @@ static int hmm_vma_walk_hugetlb_entry(pte_t *pte, unsigned long hmask, i = (start - range->start) >> PAGE_SHIFT; pfn_req_flags = range->...
2007 Aug 12
2
SYSLINUX-3.52-pre5: XP BOOTSEC.BIN Bug
...t-info-table option; problem isn't media-related as I was testing under VMWare; generating ISOs w/ UltraISO (reliably for *many* months now.) This isn't an urgent issue for me, as I updated just for the helluvit. Just trying to be a good citizen, as you asked others to check out MENU HSHIFT/MARGIN/etc. Wouldn't have hurt to include a couple lines about the behavior of these cmds, just to cut down on some of the trial-and-error cycles, specifically the ones that position in relative terms (like HSHIFT+VSHIFT.) Can kinda see the utility of HSHIFT, but VSHIFT seems that it coul...
2007 Jun 24
1
MENU PASSWORD options
Are there any undocumented options for moving the PASSWORD box round the screen? It'd be nice to have the same support (WIDTH, HSHIFT etc) for PASSWORD boxes (and the other similar boxes) as you do for the MENU itself. Being stuck with PASSWORDMARGIN and PASSWORDROW doesn't really help me at all. Is there a place to request such features?
2008 Dec 24
1
Need help
...Istanbul technical University okan.bostan at itu.edu.tr (*)---------------------------------------- DEFAULT vesamenu.c32 PROMPT 0 NOESCAPE 0 ALLOWOPTIONS 0 # Timeout in units of 1/10 s TIMEOUT 300 MENU WIDTH 40 MENU MARGIN 0 MENU ROWS 12 MENU TIMEOUTROW 14 MENU HSHIFT 3 MENU VSHIFT 7 MENU COLOR BORDER 30;44 #00000000 #00000000 none MENU COLOR TABMSG 1;36;44 #00000000 #00000000 none MENU COLOR TITLE 1;36;44 #00000000 #00000000 none MENU COLOR SEL 30;47 #40000000 #20ffffff MENU BACKGROUND back.png MENU TITLE PXE Boot menu MENU WIDT...
2013 Jun 30
1
Editing the boot prompt
Hi there Gene! Thanks you about your quick response!! As for your request, here is my whole Syslinux.cfg file: default /syslinux/vesamenu.c32 prompt 0 timeout 00 menu hshift 15 menu width 49 menu title Boot menu menu background /syslinux/splash.png menu color title * #FFFFFFFF * menu color border * #00000000 #00000000 none menu color sel * #ffffffff #76a1d0ff * menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * menu color tabmsg * #ffffffff #00000000 * menu color help...
2010 Apr 23
1
Path simple menu integrated progress indicator
...ne END_ROW (cm->mparm[P_END_ROW]) +#define PASSWD_ROW (cm->mparm[P_PASSWD_ROW]+VSHIFT) +#define TIMEOUT_ROW (cm->mparm[P_TIMEOUT_ROW]+VSHIFT) +#define HELPMSG_ROW (cm->mparm[P_HELPMSG_ROW]+VSHIFT) +#define HELPMSGEND_ROW (cm->mparm[P_HELPMSGEND_ROW]) +#define HSHIFT (cm->mparm[P_HSHIFT]) +#define VSHIFT (cm->mparm[P_VSHIFT]) +#define HIDDEN_ROW (cm->mparm[P_HIDDEN_ROW]) + + #endif /* MENU_H */ diff -uprN syslinux-3.86-vanilla//com32/menu/menumain.c syslinux-3.86/com32/menu/menumain.c --- syslinux-3.86-vanilla//com32/menu/menumain....
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...nu color msg07 37;40 #90ffffff #00000000 none # # Size of stuff # MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 15 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU HELPMSGROW 22 MENU HELPMSGENDROW -1 MENU HIDDENROW -2 MENU HSHIFT 0 MENU VSHIFT 0 # # main entries # ## menu label ^0. xxxx -->This IS displayed # Following IS Recomended:>boots MBR label local-boot menu default menu label ^0. Boot local hard disk kernel chain.c32 append hd0 0 # verified boots mbr # this ALSO boots MBR: # LABEL local...
2008 Nov 17
0
No menu options
...re is a MENU HIDDEN option, but I don't know how to use it. Here is the original isolinux.cfg: ***************************+ include menu.cfg default vesamenu.c32 prompt 0 timeout 300 gfxboot bootlogo ************************* and here is the menu.cfg file: ***************************** menu hshift 13 menu width 49 menu margin 8 menu title Installer boot menu include stdmenu.cfg include text.cfg include amd.cfg include gtk.cfg include amdgtk.cfg menu begin advanced menu title Advanced options label mainmenu menu label ^Back.. menu exit include stdmenu.cfg include adtext.cfg include...
2007 Jul 25
0
The menu layout options - *user input needed*
Okay, I have heard a lot of griping about the menu layout options; and the latest addition (hshift, vshift) doesn't seem to have made things better; almost the opposite. I really need to understand what needs to be done to give people the layout control they need so I can design a clean architecture around it. In other words, if the current layout options don't do what you need: - *PL...
2020 Jun 30
6
[PATCH v2 0/5] mm/hmm/nouveau: add PMD system memory mapping
The goal for this series is to introduce the hmm_range_fault() output array flags HMM_PFN_PMD and HMM_PFN_PUD. This allows a device driver to know that a given 4K PFN is actually mapped by the CPU using either a PMD sized or PUD sized CPU page table entry and therefore the device driver can safely map system memory using larger device MMU PTEs. The series is based on 5.8.0-rc3 and is intended for
2013 Jun 30
4
Editing the boot prompt
Hi there!! I has been modified the syslinux.cfg file according to the rules to add some boot parameters but since this modification, every time I that I highlight the modified entry in the boot menu and hit the TAB button on my keyboard, the entry's boot parameters is displayed twice and when I try to "backspace" them out, the line again get displayed twice and so on. So my
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and
2018 Nov 30
2
fixing debian's hd-media image
...~/src/tv/lca/ansible/usbinst/uefi$ cat /media/sdc/syslinux.cfg # D-I config version 2.0 # search path for the c32 support libraries (libcom32, libutil etc.) path include menu.cfg # default vesamenu.c32 prompt 0 timeout 0 carl at twist:~/src/tv/lca/ansible/usbinst/uefi$ cat /media/sdc/menu.cfg menu hshift 7 menu width 61 menu title Debian GNU/Linux installer boot menu include stdmenu.cfg include gtk.cfg include txt.cfg menu begin advanced menu label ^Advanced options menu title Advanced options include stdmenu.cfg label mainmenu menu label ^Back.. menu exit inclu...
2018 Nov 17
2
fixing debian's hd-media image
On Thu, Nov 15, 2018 at 1:10 PM Ady Ady via Syslinux <syslinux at zytor.com> wrote: > > Here are some comments and questions for you. > Thanks. I've have my scripts to a better state, including installing/using qemu to uefi and legacy boot the usb stick for testing. It mostly works for me, but the "wget a tarball of binaries" step isn't going to sit well with
2013 Jan 09
21
question
Hello, Is "Dos installer from Win98" REMOVED from Syslinux-5.00/syslinux-5.01-pre1? Prof S W Damle