Search found 55 matches

by Illen
Tue Apr 16, 2024 12:03 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 22
Views: 377

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

cannot load boot driver uniata.sys ! This error can be ignored, also while I did not mention this here, I did highlight the "add_registry_inf(...)" lines in the links I sent you above. Comment them out as well if you want fix this error. These are the bhyve parameters that I'm using : Loo...
by Illen
Tue Apr 16, 2024 11:02 am
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 22
Views: 377

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

mariozio wrote: Tue Apr 16, 2024 10:51 am I read "output-VS-i386" ; is this correct ? shouldn't it be AMD64 ? I imagine that "Visual Studio Environment VS17-i386" is wrong.
Yes, you should run "x64 Native Tools Command Prompt" instead.
by Illen
Tue Apr 16, 2024 10:19 am
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 22
Views: 377

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

I see a lot of CmakeLists.txt files inside the folder called "C:\reactos-Desktop-UEFI",can you tell me which ones should I modify ? thanks. Comment out these lines: https://github.com/DarkFire01/reactos/blob/Desktop-UEFI/drivers/storage/port/scsiport/CMakeLists.txt#L31 https://github.com/...
by Illen
Mon Apr 15, 2024 1:13 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 22
Views: 377

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

Keeping in consideration that I don't need to install ReactOS physically on a disk,but as a virtual machine,I think to be able to fix some of the incompatibilities between reactOS and bhyve. For example : Depending on the USB/HDA devices that bhyve emulates, you can also look for 3rd party driver f...
by Illen
Mon Apr 15, 2024 12:04 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 22
Views: 377

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

I think the error is caused by a mismatch error with "ahci-cd" ; you think that it needs a scsi driver,but it does need another driver,I presume. ReactOS uses UniATA driver (which is a scsiport miniport) for AHCI support. It appears that the scsiport driver crashes for some reason. This i...
by Illen
Sat Apr 13, 2024 6:32 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 22
Views: 377

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

So,the documentation is not updated,with broken links and parts that haven't been explained. I'm not able to perform further steps. I need to acquire more informations and more stuff and more help from you before to start making some experimentation. This is not official documentation, but my own p...
by Illen
Sun Jan 16, 2022 2:55 pm
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1324
Views: 1445456

Re: EPIC WIN!

Illen, this is really cool ! I've never seen VS2008 running this gray theme. I'm developing some custom controls with the Look & Feel of Office 2003 / Visual Studio 2005/2008 and I really would like to import/copy this gray theme. I grabbed most of the colors from your screenshot but what's mis...
by Illen
Wed Jan 12, 2022 1:35 pm
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1324
Views: 1445456

Re: EPIC WIN!

Yeah! :D Microsoft Net Framework 3.0 SP2/3.5 SP1 from this addon: http://files.simplix.ks.ua/DotNetPlus.rar installs and works correctly in ReactOS, unlike official MS installers, which have issues with installation. Also 1.1 SP1 version from there installs successfully unlike version 1.1 from Rapp...
by Illen
Fri Dec 03, 2021 3:21 am
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

Argument is PCI index of the SD controller, =bus*256+dev*8+func or index of its MCFG table. For your device it should be 8, 32, 33. If freeldr.ini is located it should be loaded and may affect on screen. Ah, so the SD card would be on sdhci(32) then. Sadly passing this bootpath didn't change the sc...
by Illen
Wed Dec 01, 2021 10:08 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

SFI freeldr is here. This version is working and able to boot kernel (ofc, if you have working one). Limitations: no user input, delay function is hardcoded cycle. Thanks. I tested it briefly on my device with following results: mbexec freeldr.sys "bootpath=sdhci(1)sd(0)partition(1)" - st...
by Illen
Mon Nov 29, 2021 11:02 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

How you dump first 1MB? It was physical dump? With dd, I compared the output with memtool and it looks ok. So looking for anyone with Win8 tablet/notebook on CloverTrail platform, who can dump VGA BIOS. Is there a chance that GMA 3600/3650 Video BIOS could work? It seems to be similar to the Z2760 ...
by Illen
Sun Nov 28, 2021 10:15 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

Xen wrote: Sat Nov 27, 2021 8:40 pm Interesting info, but need MCFG region, not only table header. On your device it located at address 3EF00000, size 256kb.
Ah sorry. How to dump that memory region (any tool for that, or would lspci -xxxx out be fine)?

Edit: I made a dump of whole mmconfig area with memtool.
by Illen
Sat Nov 27, 2021 12:30 am
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

Not much I can find about this device, but looks like it based on medfield platform while my is moorestown. Probably you will need to find another VGA BIOS for your device. Anyway when you root it pls dump 1st MB of RAM, MCFG table and lspci, then I can check it and give more info. The GPU seems to...
by Illen
Sat Nov 20, 2021 4:46 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

Xen wrote: Sat Nov 20, 2021 4:08 pm I can just post sources in archive, but need ppl with SFI devices to test it.
Alright, I can test it on Teclast P89.
by Illen
Sat Nov 20, 2021 3:47 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28669

Re: SFI systems support

Thank you very much for working on the SFI port! Did you rooted it and interested in ROS running? Can you dump SFI table, list of devices (lspci, lsusb, etc..), any firmware packs/dumps? Yes I'm interested, not rooted yet but it is possible. Sorry for the delay, if you still need anything I will loo...