Mateusz Wojtoń

Results 13 issues of Mateusz Wojtoń

Hello, I wonder if this library can be used for grouping problems. In my understanding Graph Coloring problem (edges, not vertices) can be summarized as grouping problem with some restrictions....

Each packet in PacketType has wrong hex value. Every packet is sent in Little Endian bytes. That means that most significant byte is actually on the right, not left. Due...

bug
good first issue

Currently MicrOS is not allowing people to use devices for everyone. For example when we have two processes A and B, and A requests data to be read (let's say...

bug
enhancement
question
critical

Since PIO mode driver is now unfinished and slowly becomes more and more required to keep OS running It is time to update it and fix some underlying issues with...

bug
enhancement
critical

Added missing issue for new feature of PS2 mouse support.

enhancement

When you type single letter a in shell it will cause immediate system reboot. Only letter a causes this issue. How to fix: - Debug shell to see in which...

bug
help wanted
good first issue

Will update this later with list od tasks. VBE display driver for better visuals.

enhancement

MicrOS uses ELF executable format and by some testing we found out that list of arguments passed to program has some problems. There is additional paramater that should not be...

HPET (High Precision Event Timer) will increase resolution of system clocks, allowing counting time in shorter intervals than 1 ms. It will make scheduler better, and in general will allow...

enhancement

As of current state MicrOS has no PCI driver for ATA/IDE controller. That means every single read operation on HDD is made using PIO mode. It is very compatible with...

enhancement