VANDIT Os
VANDIT Os
VANDIT Os
EXPERIMENT-1
Name: Study of Hardware and Software Requirements
of Different Operating System and Installation
macOS
Unix
Android
iOS
2. Hardware Requirements
Windows
Minimum Requirements:
o RAM: 4 GB (8 GB recommended)
o Storage: 64 GB or larger
macOS
Minimum Requirements:
o RAM: 4 GB (8 GB recommended)
Minimum Requirements:
o RAM: 2 GB (4 GB recommended)
3. Software Requirements
Drivers: Ensure compatibility with hardware components (graphics, network, etc.)
4. Installation Process
Windows
FEDORA INSTALLATION-
Basic Installation
1. Boot from the DVD or ISO image. Use the up arrow to pick the "Install Fedora 40"
option and hit the return key.
6.Click the "User Creation" link. You might have to scroll to see this.
6. Enter the user details and click the "Done" button.
7. Once you have completed your alterations to the default configuration, click the
"Begin Installation" button.
8. Wait for the installation to complete and click the "Reboot System" button.
9. Login using the username "root" and the password you specified earlier.
Experiment-2
Name: Executing Various UNIX System Calls and Setup
Linux Environments.
UNIX System Calls-
1.File Operations:Open(),read(),write(),close()
2.Process control:
Fork(),exec(),wait(),exit()
EXPERIMENT-3
Name: cat, cd, cp, chmod, df, less, ls, mkdir, more, mv,
pwd, rmdir, rm, man,uname, who,ps, vi, cal, date, echo,
bc, grep.
Experiment-4
Name: Write small C programs that demonstrate the
use of each system call.
1.Write()
5.fork()
Experiment- 5
Name: Implement CPU scheduling policies.
1.SJF
2.SRJF
3.PRIORITY
4.Round Robin
5.FCFS
6.MultiLevel Queue