Search found 4 matches

by whatevar
Wed Jun 27, 2018 6:15 pm
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1324
Views: 1446702

Re: EPIC WIN!

https://preview.ibb.co/e7jo9o/ros_flstudio11.jpg FL Studio 11 is mostly working on reactos-bootcd-0.4.10-dev-256-g893a3c9-x86-gcc-lin-dbg . The install was smooth (i thought flames would come out of my tower as soon as i try to install asio), and i could simply start it like i would do on Windows. ...
by whatevar
Thu Jun 14, 2018 8:25 pm
Forum: General Discussion and Feedback
Topic: Partition aligment
Replies: 19
Views: 11354

Re: Partition aligment

Edit: In short: https://stackoverflow.com/questions/21647752/how-to-read-the-mbr-master-boot-record-in-c https://en.wikipedia.org/wiki/Master_boot_record#Sector_layout Finally had a little time.. Have fun: https://github.com/what3var/diskcat https://thumb.ibb.co/mzO3Hy/roscat.png If you like, integr...
by whatevar
Thu Jun 14, 2018 1:07 am
Forum: Support
Topic: USB related problem -> Solution: Try out the vgal's build
Replies: 12
Views: 5927

Re: ReactOS doesn't work with my hardware

I think as soon as the MemoryManager and Kernel itself are ready enough to integrate the new USB drivers (which the team already brought to a running state) in a clean manner. And not hackfixing everything just to get it working (and becoming desperate as such things grow to be unmaintainable monste...
by whatevar
Wed Jun 13, 2018 9:45 pm
Forum: General Discussion and Feedback
Topic: Partition aligment
Replies: 19
Views: 11354

Re: Partition aligment

If i understand it right, that you just have to check whether the first sector is at position 64 or not, you could even do it under DOS (provided you have a little knowledge about IRQs). I think you would just start iterating through the sectors and look for a magic number, and once you found it, ch...