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.34k stars 3.42k forks source link

Chapter-2:make run have problem #174

Closed DataFormate closed 2 years ago

DataFormate commented 2 years ago

When I try to run the make run command in Chapter 2, the cmd window jumps to qume and stops at boot from hard disk. image vm OS: Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic i686) host OS: win 10 vagrant: Installed Version: 2.2.19 Latest Version: 2.2.19 virtualbox:6.1

DataFormate commented 2 years ago

i know where i am wrong.I should use the fdisk tool to initialize c.img according to the actual situation of my disk. image

Wisam907 commented 9 months ago

i know where i am wrong.I should use the fdisk tool to initialize c.img according to the actual situation of my disk. image

Can you explain it more? Now I meet the same question and don't know how to correct it. thank you!!!

jere-fade commented 5 months ago

i know where i am wrong.I should use the fdisk tool to initialize c.img according to the actual situation of my disk. image

same problem, can you explain details about fdisk settings?