Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Well, if you are a beginner it is best to have one partition for the Win OS and then to create (by using Partition Magic for example) one partition (after Windows) in ext2 format for the Linux OS.
Linux does not require a large space so I recommend to you to create a partition not larger than 15 GB.
Since you are a beginner (as I am) I will propose to you to start with Mandriva. It is easy to install it and to get use to it…
swap is nothing but virtual memory alloted by linux . it act simillar to physical memory/RAM in computer. current process was run from RAM only .if u r ram become full all data will store in swap. processing data run from swap itself it wont disturb RAM always.
so we get fast procesing time. and reduce RAM access.
it is simillar to virtual memory concept in windows.
The swap space is used when the operating system runs out of RAM memory. To increase the program memory to the amount that it needs the operating system uses some space on the hard drive as an extension of the RAM memory. This, in Windows systems takes the form of the swap file, usually found on the Windows installation partition, under the name of win386.swp, for systems until Win98, and pagefile.sys on WinNT, 2k or XP. This pagefile is created dynamically ( windows takes as much space needed) or its size can be set by the system admin. However, if it's set dynamically and a user consumes all the space on the system partition, there will be no more free space for the swap file, which causes the system to run very slow and eventually crash. Also, this file can be sometimes very fragmented, which can cause slow acces to it.
That is why *nix systems have a different approach: instead of a swap file they use a swap partition, created at installation time. This way, the problems enumerated above are avoided. A thumb rule for the size of the swap partition is twice you RAM memory. However, if you have 512 MB of RAM, 512MB of swap will be usually more than enough and if you have 1 GB of RAM, I think the swap partition will never be used. Of course, except for the case of some huge simulations.
You should start with Mandriva Linux, it's more user friendly, or, if you want to install software like Cadence IC you should go for an older, 2.4 kernel based version, like Mandrake 9.2.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.