SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

Added some delays and root function. #64

Open isaacsapelino opened 10 years ago

isaacsapelino commented 10 years ago

Hey there! I am @isharp21. This is my pull request for users who uses ubuntu and other debian based systems.. :) I hope it helps :D :+1: :astonished:

ghost commented 9 years ago

i use ubuntu 14.10 but i am newer in githup and i don't know how to help you

ghost commented 9 years ago

Sleeping is pointless; it merely wastes time. The OS is intended to be built in a VM, so sudo is not required either.

jannickfahlbusch commented 9 years ago

Why do you use sleep here? The script executes one line after one another. So, the sleeps are completely useless, they are just taking your time away.

isaacsapelino commented 9 years ago

Well The hardware time collides so it makes errors. So that's why I add sleep so that action first takes place than the time..