Planning the development is a critical issue. As we must know our objectives and milestones that we would like to achieve. For the design of our system we will stick to some basic functionalities of an operating system:-

  1. boot a computer system.
  2. Actual LOC(Lines of Code) to be minimal.[Yet not decided on that, but surely to be minimal as compared to other Os like Minix, Linux and GeekOS].
  3. Source file to be minimal.
  4. will have a CUI(Character User Interface) rather than GUI(Graphical User Interface).
  5. We will create a uni-programming system.
  6. A command line interpreter as in Linux and DOS operating systems.
  7. A monolithic kernel

In design of such an operating system with minimal fucntionalities and code, still requires the prerequisites . In the next tutorial I will explain about writing a bootloader, which will boot your system. This tutorial will explain following points:-

  1. Assembly language concepts and some basic commands.
  2. System design before booting and after booting.
  3. Assembling of the code.
  4. Copying of the code to a virtual floppy disk.
  5. Booting the system.

This tutorial needs some understanding of Booting Process , boot loader and bochs or Virtualbox. Although I will explain about them in detail, but still reading these will enhance your knowledge about the subject.

References:

Previous

I would like the readers to please go through the license of the software before downloading it. I would request if you like the tutorial then please let others also know about it because sharing is caring.


Creative Commons License
Design and Development of Operating System for teaching operating system course by Gaurav Parashar is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.