search for: crashrecoveri

Displaying 7 results from an estimated 7 matches for "crashrecoveri".

Did you mean: crashrecovery
2014 Nov 07
3
[LLVMdev] [RFC] New ToolsSupport library for stuff that only tools need
I think for the main goal of cleaning up the Mac-specific hack, a CrashRecovery library would work equally well. Juergen is more familiar with the WebKit side of things, so he may be aware of something I’m not thinking of. Chandler, does splitting out a CrashRecovery library instead seem sane? Other than code organization and naming, the general idea of splitting out a CrashRecovery library
2014 Nov 06
2
[LLVMdev] [RFC] New ToolsSupport library for stuff that only tools need
> On Nov 6, 2014, at 3:00 PM, Reid Kleckner <rnk at google.com> wrote: > > On Thu, Nov 6, 2014 at 2:42 PM, Juergen Ributzka <juergen at apple.com <mailto:juergen at apple.com>> wrote: > I would have preferred the library to be moved out of the “Support” folder and have its own top-level library and include folder. > > +1, you will need to do this if you want
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
Hello all, I plan to make an (emergency) multi OS bootable CD which contain: - Win98 boot floppy (create from Win 98 control panel, add remove program) - WinME boot floppy (create from Win 98 control panel, add remove program) - Linux boot disk - Win NT boot disk - Win 2000 recovery console - Win XP recovery console - Winternal Administrative Pak (ERD Commander etc) I am new to Linux and feel
2007 Dec 31
2
ISO burning challenge -- pilgrims progress
First the Storix drive works just fine under DSL 4.2.1 on my Libretto. So the drive is fine, the media is fine. And cdrecord on DSL reports the media to be Manuf. index: 27 Manufacturee: Prodisc Technology Inc. I have all of ONE system with Centos 4 on it. A Trixbox 2.2; I added cdrecord and found that I could burn the iso image ONLY by including the -force option to get around the
2014 Nov 07
8
[LLVMdev] [RFC] New ToolsSupport library for stuff that only tools need
Here is my limited perspective on this topic: 1. I would like to see some of the code in LLVM's ADT and Support libraries available for reuse in other projects. This also has some potential for being useful to Clang -- one could imagine a world where Clang directly linked the ADT & Support libraries, but used the compiler itself via a clear dynamic-library vended API (which would be
2014 Nov 06
3
[LLVMdev] [RFC] New ToolsSupport library for stuff that only tools need
I would have preferred the library to be moved out of the “Support” folder and have its own top-level library and include folder. Just my 2 cents. > On Nov 6, 2014, at 2:12 PM, Chris Bieneman <beanz at apple.com> wrote: > > So, I decided to try and start small. My idea here was create a ToolsSupport library, and move one small, but important function into the new library to shake
2008 Feb 07
2
Network Installation of CentOS disk image via PXE
Hello all, I've deployed new servers - installing new CentOS servers via PXE booting using its iso distribution stored on an NFS server. For certain server types; I'd like to install custom applications into a server and then generate an image of that server, and deploy again via PXE to another group of servers. Wanted to find out if anyone can forward any pointers to papers or links