AlgorithMan-de / wyoos

Source codes for the "Write your own Operating System" video-series on YouTube
http://wyoos.org
GNU General Public License v3.0
719 stars 222 forks source link

Mouse driver problem #20

Open darekz08 opened 4 years ago

darekz08 commented 4 years ago

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

yeppiidev commented 3 years ago

Same problem

Kap0001 commented 1 year ago

just shut your ass up and dont make an OS

just kidding lol i have the same problem, anyone know how to fix this?

yeppiidev commented 1 year ago

i wrote another mouse driver in C, which actually works. unfortunately the source files for the project which had that driver got lost while I switched computers. Let me see if I can improve the current driver in this repository!

PureBulb commented 1 year ago

my problem is the os in vmware cursor is "jumping"

bberrevoets commented 1 year ago

@yeppiidev Did you find some solution for this, or are you not busy with this anymore.

yeppiidev commented 1 year ago

yup, left it a long time ago. afaik i do remember getting mouse work but not on this kernel (it was another os project written in C)

bberrevoets commented 1 year ago

Thanks for the reply. In the meantime, I got it working 😊

From: yeppiidev @.> Sent: zaterdag 1 juli 2023 14:07 To: AlgorithMan-de/wyoos @.> Cc: Bert @.>; Comment @.> Subject: Re: [AlgorithMan-de/wyoos] Mouse driver problem (#20)

yup, left it a long time ago. afaik i do remember getting mouse work but not on this kernel (it was another os project written in C)

— Reply to this email directly, view it on GitHubhttps://github.com/AlgorithMan-de/wyoos/issues/20#issuecomment-1615874357, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABFUL4KRNZ6MGI3WRSWHFGTXOAHEVANCNFSM4OISZNWQ. You are receiving this because you commented.Message ID: @.**@.>>

yeppiidev commented 1 year ago

would you mind sharing the code?

bberrevoets commented 1 year ago

Hi,

When i look at the code that is on github, (https://github.com/AlgorithMan-de/wyoos/commit/48959b002f33a1e1428cd190da8c268929f2aee5), The only difference is that I have set the offset to 2 in the constructor instead of 0.

From: yeppiidev @.> Sent: maandag 3 juli 2023 14:33 To: AlgorithMan-de/wyoos @.> Cc: Bert @.>; Comment @.> Subject: Re: [AlgorithMan-de/wyoos] Mouse driver problem (#20)

would you mind sharing the code?

— Reply to this email directly, view it on GitHubhttps://github.com/AlgorithMan-de/wyoos/issues/20#issuecomment-1618175203, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABFUL4OP3PJ3PM2WMDXJ3ZLXOK3YTANCNFSM4OISZNWQ. You are receiving this because you commented.Message ID: @.**@.>>