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

I was reading your very interesting book and I was wondering if you will continue the book

There are some missing chapters, will you finish it?

Is it to make room for the grub MBR?

question

Hi this is my first open source project. After reading the book what exactly can i do?

on doing "sudo apt-get install qemu-kvm", i get the following error :- E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? possibly due to :-...

I've got to chapter 3 and am trying to run the cp -R bootdisk/\* /mnt/ command from inside /vagrant (I have also tried running it from the root directory) but...

It would be awesome to have a section for creating your own repl . What are your thoughts on this ?

1 The BIOS boot sequence is: RAM detection -> Hardware detection/Initialization -> Boot sequence. sound like a recursion.. 2 consider adding a web-link to the github-issue page cheers :)

In putc() method, line 3 `video = (unsigned char *) (real_screen+ 2 * x + 160 * y);` I think should be `video = (unsigned char *) (real_screen+ 2 *...

Is this allowed? I am referring to the .body and .test labels in kernel/arch/x86/start.asm file.