Displaying 2 results from an estimated 2 matches for "nosethidden".
2010 Jun 09
3
Boot Windows XP using SYSLINUX
I've a 100 MB FAT32 partition which is the first primary (and active)
partition of my hard disk.
I've installed SYSLINUX to that drive.
I've another primary partition which I installed Windows XP to it (and
this partition is NTFS).
I want to have a boot menu, so I used chain.c32 and menu.c32
My syslinux.conf file is as below:
LABEL WinXP
COM32 chain.c32
APPEND hd0 2 ntldr=ntldr
But
2010 Jul 26
5
[RFC/PATCH] New chainloading functionality
This patch introduces extra functionality to chain.c, mainly with reference to
BPB adjustments, but not only that. It expects 3 small patches I sent earlier
(they are included for easy reference, patches 1-3/4).
The changes introduced are:
1) file and boot sector use separate options to control load address and jump
address (if applicable). Options are as described below:
*