os-tutorial icon indicating copy to clipboard operation
os-tutorial copied to clipboard

How to create an OS from scratch

Results 122 os-tutorial issues
Sort by recently updated
recently updated
newest added

In lecture 3 there is a problem due to the different outputs of the jump instruction. This is asm code ``` ; ; A simple boot sector program that demonstrates...

I am using windows 10 but there aren't any instructions for this. Please help me as i am an amateur in programming

Owing to the fact that `idt` and `idt_reg` were not declared as `extern` variables in `idt.h`, I encountered a couple of Multiple Definition Errors. I have made the same changes...

Hi, there is a problem with increasing the number of sectors that the kernel needs to read as it grows. If the number of sectors read (dh) is greater than...

When I set a breakpoint and continue, I get an error like the following,can anyone help me? ![image](https://user-images.githubusercontent.com/39760760/169729416-720f415b-7b7e-49bd-badc-82fd3d339edd.png)

K&R fast implementation of reverse

I tried running the example 14 on a real machine it's a Pentium dual-core. I debugged the code and I found that the problem starts at the line `call KERNEL_OFFSET`...

Very good tutorial !!! 💕 We made Chinese Version and annotationed Chinese version now so plsssssssssssss continue updating

There are a few things incorrect in the 04-stack section: 1. Not just the stack top can be accessed, everywhere in the stack can be accessed. 2. The stack top...

i want to make a text editor thing but i can't get input while a function is running so how can i get input and run a function at the...