Are Windows & Linux Drivers That SLOW !! (AHCI)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by Octocontrabass »

devc1 wrote:what does this have with "hypervisor security"
It just means you're doing something that you're not supposed to be able to do. Code running inside QEMU is not supposed to be able to crash QEMU. If it does, that's bypassing the security. Bypassing security is not always very interesting.
devc1 wrote:And can u answer the question in the last forum "High performance graphics for all GPUS.." :)
You already got an answer to your last question in that thread.
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by devc1 »

Look some one has made this forum on you lol : viewtopic.php?f=11&p=312444

I also wonder, were you working at microsoft, apple or something like this because you seem to know alot without asking on forums.
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by Octocontrabass »

Any time I try to work on my OS, I get distracted reading manuals.

I haven't made much progress on my OS, but I have read a lot of manuals.
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by devc1 »

You're the exact opposite of me, my OS target is modernity and maybe fix the (All OS'es sucks), in each thing I wanted to change I will need to change the whole API (I had no big C/C++ experience before starting but I had experience in other things). Now after recreating the Scheduler, I am recreating an optimized memory manager with page fragmentation and Page File. I will need to work on some drivers and after that I wan't to design an ultimate fancy UI to match or (better) the Windows 11 UI.

Who knows, maybe my OS will not be considered from suckers ::)

I do not like reading manuals, I am a teenager and I got things to do !
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by devc1 »

Octocontrabass wrote:I mean simpler things, like crashing QEMU or making your disk image grow bigger than 32MB. Probably nothing as exciting as you're imagining.
I used to always crash QEMU when I was creating the USB EHCI driver IIRC. Any driver who is ruining the devices could crash it !
User avatar
iansjack
Member
Member
Posts: 4703
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by iansjack »

I suspect that you are crashing your program, not QEMU.
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Are Windows & Linux Drivers That SLOW !! (AHCI)

Post by devc1 »

No, I really remember that QEMU used to crash on something when I was creating the driver. I have restart and shutdown disabled on QEMU, it just says "Window Not responding..." and then it crashes. Try to mess up with some devices and it will crash.
Post Reply