similar to: patch: SDI Xpe images support for pxelinux

Displaying 20 results from an estimated 1100 matches similar to: "patch: SDI Xpe images support for pxelinux"

2008 Mar 29
4
gpxelinux 3.70pre7 - wonderful!
Hi Peter et al, Just wanted to let you know my heartfelt appretiation of what you and the other devs have done in integrating gpxe and pxelinux... it works wonderfully well for me... I simply swapped my pxelinux.0 for my gpxelinux.0 and modified my pxelinux.cfg/default to use urls to refer to the kernel and initial ram disk images and it worked perfectly (dns resolution and all). This is a huge
2008 Sep 02
2
SDI support works correctly (sdi.c32)
Hi, As I have not seen any confirmation yet on the list, I just wanted to let you know that sdi.c32 works fine here, at least as fine as my initial syslinux-2.11 asm patch. I only use XPe SDI images with the following structure (of course PART blob size can vary): Type Offset Size Base Address Attr ---- ------------------- -------------------
2008 Apr 09
4
SYSLINUX 3.63-pre4
I have tackled a major bug that affected sdi.c32 especially, but might at least theoretically have affected other formats as well. It *appears* to load the SDI image I managed to stitch together with XP Embedded Studio, but it doesn't actually boot neither on my system nor in simulation; then trying to upgrade it to SP2 caused it to corrupt itself, so I'm not all that keen to trying
2005 Aug 23
0
patch: SDI Xpe images support for pxelinux
>Velu Erwan wrote: >>>The real reason is it dropped off my mental list, since I don't have any >>>way to test this stuff. >>> >>>Either way, I would actually prefer to see this done as a COM32 module, >>>similar to mboot, rather in the syslinux core if at all possible. >> >> I don't have the skill to do it but I can give my
2014 Oct 26
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Hi everybody, I'm using Lubuntu 14.04 on an old desktop PC with a NVIDIA GeForce 7600 GS and a screen of 19 inches. The maximal resolution of my screen with Nvidia drivers is 1280x1024. (In particular, I use the Nvidia 331.89 driver) With Nouveau driver, the maximal resolution falls to 1024x768. Is there a solution for increasing the maximum resolution with Nouveau ? Best regards,
2005 Sep 25
1
File size and graphics from com32 modules (unrelated)
Hi, I'm working on a com32 module in which I need to get some file size. The only way I found was to include the "lib/sys/file.h" header file and get the i.length field from the file_info structure (once a file descriptor is open). I understand that this structure is internal to the Com32 file I/O implementation and should not be accessed from com32 modules. So is there a
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi, I'm trying to figure out why when I do an rsync (Solaris, version 2.6.4 on both sides) from a site on the West Coast of the US to a site on the East coast, I keep getting directories updated when I use the command like this: # rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \ src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/ And I get output like this,
2008 Mar 31
1
SDI loading patch
If someone could try it out and let me know if it works, I would appreciate it... (also, if someone can actually send me an .sdi image, for testing only, I would also appreciate it...) http://www.zytor.com/~hpa/syslinux/0001-COM32-module-to-load-a-Microsoft-System-Deployment-I.patch -hpa
2008 Apr 08
1
SYSLINUX 3.63-pre3 release candidate; SDI image booting
Hello, I just received a serious bug report from Stas Kysel of rPath (with a great test case); it appears that deleted files can confuse extlinux so that it misses files. This is bad. As a result, I have pushed out 3.63-pre3, and intend to make a 3.63 final shortly. I would appreciate any help testing this. Furthermore, I would like to finish the SDI booting module, but I have yet to
2006 Feb 23
7
Bug in setting GUI to SDI mode?
Hi I did a google search on this and came up with nothing. OK, in the latest release of R for windows, I want to change the gui to SDI mode. Edit -> GUI preferences Choose SDI Apply I get the message about properties not being able to be changed on a running console, and that I need to save. So I click Save, and am met with a "Save As" dialogue box with the default file called
2004 Apr 29
3
memory problems with lm
Hello list, I've seen the recent discussions documenting problems with lm. I have encountered the following problem. I use WinXP Pro with service pack 1, and R 1.9.0, on a XEON 2GHz, with 1GB of RAM. > eff.fro std.dev mean NSTRDSP 7.403749e-01 1.215686e-01 CPFGEP 9.056763e+00 1.815686e+00 WSWOLF 4.703588e+05 1.112832e+05 NPILGRIM 1.017640e+06 2.134335e+05
2006 Apr 11
1
Setting --sdi in R 2.3.0 beta for Windows
Dear r-devel list members, I find that adding --sdi to the Target field in the short-cut for R is ineffective in R 2.3.0 beta for Windows (version/platform details below). Setting MDI = no in the Rconsole file works, however. It's probably a bit late to request this for version 2.3.0, but it would be nice to be able to select either the SDI or MDI in the R Windows installer. Regards, John
2008 Apr 27
1
More info about Microsoft SDI images...
Just found this tidbit: http://skolk.livejournal.com/ -hpa
2018 Aug 07
2
Create an Add Instruction in LLVM IR
I want to create an add instruction that takes two constant operands at the LLVM IR level. I use the IRBuilder class, but nothing happens. Here is part of the runOnFunction() method of my function pass: ... LLVMContext &Context = F.getContext(); IRBuilder<> builder(&Instruction); Value *Lef = ConstantInt::get(Type::getInt32Ty(Context), 4); Value *Rig =
2006 Mar 19
1
remote boot bartpe
Hi, I've read in some post in your mailing list there is a special version of startrom.0 which is possibile to load remote bart oe by xpe. Can you provide me it or teach me how to create my own one? Thanks in advance
1998 Aug 29
0
core-sdi's secure syslogd - ssylogd
In response to my post regarding core-sdi's secure syslogd - ssyslogd. Sorry it has taken me so long to post this...been super busy... I didn't get a lot of responses back from the list regarding ssyslogd. Just a couple of people who said they were using it, and it was working. I grabbed the latest version (ssyslogd-1.22) from http://www.core-sdi.com/ssyslog/. I had a problem compiling
2015 Feb 16
3
[LLVMdev] LLVM parallel annotations
Hi all, I'm a grad student from MIT and as part of my thesis, I will be propagating parallelism in the IR level. I will be modifying clang and adding LLVM IR metadata annotations to indicate parallel regions and loops, then write optimizer passes that will run on top of the annotated LLVM IR. There has been a lot of research lately on Parallel IRs, such as SPIR[1
2011 Nov 11
0
R Startup options (MDI and SDI)
Here's my setup: - I'm on a Windows machine (I don't have full admin rights) - I have a folder with an *.RData file and an .RProfile file - I want the user to be able to start R by double clicking on the *.RData file Can I specify the application start up options (like --no-save --mdi) in the local RProfile file? Thanks! [[alternative HTML version deleted]]
2018 Jun 06
2
ldbmodify in multi-DCs environment.
Hello Samba Team ! Just a little question. Is ldbmodify safe in a multi-DCs environment or there is something I forgot ? Can I launch the "ldbmodify" command on any DC to edit my AD database ? Note : All my DCs are Samba 4.5.12. There is no Wndows DCs. Thanks ! Baptiste.
2001 Feb 08
0
[CORE SDI ADVISORY] SSH1 CRC-32 compensation attack detector vulnerability
CORE SDI http://www.core-sdi.com SSH1 CRC-32 compensation attack detector vulnerability Date Published: 2001-02-08 Advisory ID: CORE-20010207 Bugtraq ID: 2347 CVE CAN: CAN-2001-0144 Title: SSH1 CRC-32 compensation attack detector vulnerability Class: Boundary Error Condition Remotely Exploitable: Yes Locally Exploitable: Yes Release Mode: