Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.42 KB

verySimpleOS

Run:

Image file in image/os-image

Run with QEMU(i386):

qemu-system-i386 -fda image/os-image

Run with VirtualBox

  • Use type Other
  • Use version Other/Unkown
  • Allocate atleast 2GB of ram
  • Set the iso image in image/os-image.iso in IDE Secondary Master storage device as a Live CD
  • Boot the machine

Source:

  • kernel/ contains all the kernel related files. kernel/k_exec.c contains the k_main function which gets executed on boot.
  • libc/ contains all the standard C Libraries written for vSOS.
  • boot/ contains files which help in booting up the OS. These include the bootloader, global descriptor table, protected mode switch and such.
  • drivers/ contains drivers for hardware devices that vSOS supports.
  • image/ contains the image for vSOS and compilation script.

Features* :

  • Hardware drivers
  • Interactive shell
  • Proprietory C library

... and more

Runs privilleged just like Terry Davis would have liked it

References:

Heavily used references:

PLEASE RUN ONLY ON A VIRTUAL MACHINE / EMULATOR