wyoos icon indicating copy to clipboard operation
wyoos copied to clipboard

Source codes for the "Write your own Operating System" video-series on YouTube

Results 29 wyoos issues
Sort by recently updated
recently updated
newest added

When i start my virtual machine (im using vmware right now because virtualbox loves me (NOT)), I get the error: "AMD am79c973" after "SEND: FF FF FF FF 0A 00...

After writing the gdt.cpp file and calling the class in kernel.cpp and "make run" i get this error, is there a solution to this ?but the gdt.o is created but...

If i execute the line you see above. VirtualBox is crashing and spamming my terminal with many lines but i dont know 1. Why it is crashing and 2. How...

``` Package grub-legacy is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another...

Hello, I don't know how to compile the OS. Can somebody send me a cmd/bat/sh command file to build it please? Thanks in advance.

Why don't you use the makefile ... _Originally posted by @VishnuRathore98 in https://github.com/AlgorithMan-de/wyoos/issues/25#issuecomment-828011169_ 'fatal error: u10073'

qemu shows with flashing text

In virtual box driver works good, in qemu cursor is "jumping", but in vmware and on real hardware it does't do anything. How to fix that? mouse.h: https://pastebin.com/AjbxGS7R mouse.cpp: https://pastebin.com/jqC959dc

There was a mistake in the ATA driver (function Read28), the port was low instead of high.