Tag Archives: operating-system

r u using Linux ? i need ur help ?

i tried the Linux os yesterday from a live cd but i couldn’t do anything expect see the interface and try some games….i couldn’t open my hard drives and i couldn’t connect to the internet…why? and if i installed Linux as a second operating system can i use my windows programs like antivirus programs or Skype or any other program ???

Linux live CD?

is there a way to use a live cd linux as a main operating system??

Am I risking lossing my operating system by booting my laptop with a linux live cd?

I have windows 7 on my laptop and it wont really start up, so im going to recover my data from it by using a linux live cd to boot it up. Is there any risk that ill lose my windows 7 in the process?

Trying to run Linux In Windows XP using VirtualBox?

I’m trying to run Linux Mint Helena(8) in my Windows XP (Service Pack 3) Operating System. I’ve installed VirtualBox and have created the Linux OS machine in the program, but I’m trying to put in the settings. So I’m trying to retrieve/mount the iso image from a Live CD my friend gave to me, but a iso image can not be found. The CD works, since I can boot Linux from it, but I can’t find the iso image. What should I do?

MINIX 3 operating system..?

I’ve found this information about the new MINIX 3 operating system in the internet, in ur idea it will be successful or not? and pls why?
sry if it is so long :P

MINIX 3 is a new open-source operating system designed to be highly reliable, flexible, and secure. It is loosely based somewhat on previous versions of MINIX, but is fundamentally different in many key ways. MINIX 1 and 2 were intended as teaching tools; MINIX 3 adds the new goal of being usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability

This new OS is extremely small, with the part that runs in kernel mode under 6000 lines of executable code. The parts that run in user mode are divided into small modules, well insulated from one another. For example, each device driver runs as a separate user-mode process so a bug in a driver (by far the biggest source of bugs in any operating system), cannot bring down the entire OS. In fact, most of the time when a driver crashes it is automatically replaced without requiring any user intervention, without requiring rebooting, and without affecting running programs. These features, the tiny amount of kernel code, and other aspects greatly enhance system reliability.
MINIX 3 is initially targeted at the following areas:
Applications where very high reliability is required
Single-chip, small-RAM, low-power, $100 laptops for Third-World children
Embedded systems (e.g., cameras, DVD recorders, cell phones)
Applications where the GPL is too restrictive (MINIX 3 uses a BSD-type license)
Education (e.g., operating systems courses at universities)
MINIX 3 Features
POSIX compliant
Networking with TCP/IP
X Window System
Languages: cc, gcc, g++, perl, python, etc.
Over 650 UNIX programs
Many improvements since V2
Full multiuser and multiprogramming
Device drivers run as user processes
High degree of fault tolerance
Full C source code supplied
Hardware Required
To run MINIX 3, you need a PC driven by a Pentium CPU or compatible. The standard configuration requires 16 MB of RAM. Since the distribution comes on a live CD, you can test it without allocating any hard disk space, but for a hard disk installation, 50 MB is needed as a minimum, 600 MB minimum if you want all the sources.
Current Status
The current stable version of MINIX 3 is 3.1.7. MINIX 3 is a work in progress. It is nowhere near as mature as FreeBSD or Linux right now. Ports to ARM and PowerPC are underway. Various programs and device drivers are being ported, and so on.