How-to-Make-a-Computer-Operating-System icon indicating copy to clipboard operation
How-to-Make-a-Computer-Operating-System copied to clipboard

How to Make a Computer Operating System in C++

Results 85 How-to-Make-a-Computer-Operating-System issues
Sort by recently updated
recently updated
newest added

Hey there! I just found some errors, The qemu command is not now qemu it has some many parts now like qemu-system-i386 and stuff.. I changed it to kvm to...

I've been stuck here for long time, but I cannot find an answer without any output in terminal. Who can help me ? Thanks for everyone who can give some...

When I run `vagrant box add lucid32 http://files.vagrantup.com/lucid32.box` in my terminal, the following error comes up: > box: Downloading: http://files.vagrantup.com/lucid32.box > An error occurred while downloading the remote file. The...

I'm new here and excited to see your wonderful introduce of operating system. But I've found that there have been much virtual : 1. vagrant with virtual box(32-bit) . 2....

Replaced qemu with qemu-system-i386 to run and added a void operator delete(void *ptr, unsigned int k) to compile. No functionality added

![image](https://user-images.githubusercontent.com/36737465/80896367-f3158d80-8d1f-11ea-9cf5-1045bc090256.png) Is it related to the vagrant file ? MY os: window10

l am new in github so if I made any mistake in asking this, I am sorry. I just want to know that can I use the beta version.

make run fails at chapter 2. make all completed successfully and when I run make run it fails with the following message: : command not founde 35: : No such...

when running `make run`, I get ``` Building Kernel make -C ./kernel make[1]: Entering directory '/home/peepers/How-to-Make-a-Computer-Operating-System/src/kernel' nasm -f elf -o -c arch/x86/start.asm -o arch/x86/start.o arch/x86/start.asm: fatal: more than one output...