CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.86k stars 542 forks source link

Make ATAPI a tiny bit faster #2936

Closed GoldenretriverYT closed 4 months ago

GoldenretriverYT commented 4 months ago

Converted reading the IOPort in a for loop to an optimized asm loop. Made copying the liminewp.bmp (~1.3mb) from the ATAPI ISO CDROM to the hard drive go from 14s to 9s.

Obviously still not super fast, but hey, its an improvement. If we want to go even further the next step for both ATA and ATAPI is DMA probably

GoldenretriverYT commented 4 months ago

@valentinbreiz lol i found another part of code that made it super slow, its now 1.7s instead of 14s, can you pls review again?

valentinbreiz commented 4 months ago

@valentinbreiz lol i found another part of code that made it super slow, its now 1.7s instead of 14s, can you pls review again?

awesome!