Sponsored Content
Operating Systems Linux Slackware Request example LILO for Slackware 13.1 Post 302436364 by Aardvark on Sunday 11th of July 2010 08:25:34 AM
Old 07-11-2010
Request example LILO for Slackware 13.1

A strange request, I know, but it would help me if I could see your LILO screen for Slackware 13.1. The more samples, the better! TIA
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Lilo

Does anyone know what LILO stands for and what it exactly does during the boot process? (1 Reply)
Discussion started by: jensam
1 Replies

2. UNIX for Dummies Questions & Answers

Lilo

Guys, Any idea how to Install Lilo after Instal linux 7.2 ( 2.4.7 ). At first when i was installing Linux 7.2 i didnt install LILO because i have alllready installed Boot Magic from Power Quest (Having dual boot Windows2000 Server and Linux Red Hat7.2 ). I didnt install LILO because i was... (20 Replies)
Discussion started by: killerserv
20 Replies

3. UNIX for Dummies Questions & Answers

Lilo

I have installed linux.. but it wont boot.. it says: "LI" and then my computer freezes.. it has worked before.. A couple of days ago, I tried to install OpenBSD.. I used the whole disk for it.. I think it's something with the MBR-settings I made in the OpenBSD installation.. How can... (1 Reply)
Discussion started by: Hamcha
1 Replies

4. Filesystems, Disks and Memory

Lilo Boot

i hade and Win 2000 and and Linux 6.2 on a machine, the Lilo boot worked properly . . after i had changed the Partion size with Partion Magic in w2k and rebooted my computer hangs and just says "Li" in the upper left corner . . can some one plz explain to me where the problem is, can i get the... (1 Reply)
Discussion started by: sajjan2
1 Replies

5. Filesystems, Disks and Memory

I need help with lilo

:confused: I've been trying to figure out what happen to Windows 2000 since I upgrade my partition of Red Hat 7.1 to 7.2. Before I even upgraded my system would dual boot both OS's now it only sees Linux in lilo. Can some one help me I'm in need of help. Can you tell me what I'm missing in my... (3 Replies)
Discussion started by: aojmoj
3 Replies

6. UNIX for Dummies Questions & Answers

LILO question again. Need help.

I know that this question has been asked here many times before, but after 4hours of reading and conf file changing I'm still where I started. Here's the scenario. I have a machine that has 60GB HDD, RedHat 7.3 & Win2K. 19 first GB are win2k (FAT32; /dev/hda1). Then comes RedHat 7.3: hda2 -> /boot... (2 Replies)
Discussion started by: D-Lexy
2 Replies

7. UNIX for Dummies Questions & Answers

removing lilo

I have a machine that dual boots win2k and linux, and we are handing it off so it no longer needs linux. Linux is a separate partition so I can delete the partition, but I need to remove lilo- how do I do that ? (7 Replies)
Discussion started by: dangral
7 Replies

8. Red Hat

lilo question

I use redhat7.0, and I want to update kernel to 2.4.0,I make following steps: #gzip -cd linux-2.4.0.tar.gz | tar xvf - #cd linux #make mrproper #make config #make dep #make bzdisk #make modules #make modules_install #cp linux/arch/i386/boot/bzImage /boot then I modify lilo.conf,like... (0 Replies)
Discussion started by: konvalo
0 Replies
QwtArraySeriesData(3)						 Qwt User's Guide					     QwtArraySeriesData(3)

NAME
QwtArraySeriesData - Template class for data, that is organized as QVector. SYNOPSIS
#include <qwt_series_data.h> Inherits QwtSeriesData< T >. Public Member Functions QwtArraySeriesData () QwtArraySeriesData (const QVector< T > &) void setSamples (const QVector< T > &) const QVector< T > samples () const virtual size_t size () const virtual T sample (size_t) const Protected Attributes QVector< T > d_samples Detailed Description template<typename T> class QwtArraySeriesData< T > Template class for data, that is organized as QVector. QVector uses implicit data sharing and can be passed around as argument efficiently. Constructor &; Destructor Documentation template<typename T > QwtArraySeriesData< T >::QwtArraySeriesData () Constructor. template<typename T> QwtArraySeriesData< T >::QwtArraySeriesData (const QVector< T > &samples) Constructor Parameters: samples Array of samples Member Function Documentation template<typename T > T QwtArraySeriesData< T >::sample (size_ti) const [virtual] Return a sample Parameters: i Index Returns: Sample at position i Implements QwtSeriesData< T >. template<typename T > const QVector< T > QwtArraySeriesData< T >::samples () const Returns: Array of samples template<typename T> void QwtArraySeriesData< T >::setSamples (const QVector< T > &samples) Assign an array of samples Parameters: samples Array of samples template<typename T > size_t QwtArraySeriesData< T >::size () const [virtual] Returns: Number of samples Implements QwtSeriesData< T >. Member Data Documentation template<typename T> QVector<T> QwtArraySeriesData< T >::d_samples [protected] Vector of samples. Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 6.0.0 Fri Apr 15 2011 QwtArraySeriesData(3)
All times are GMT -4. The time now is 04:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy