Search found 9 matches

by A_S
Mon Dec 10, 2018 12:37 am
Forum: Russian
Topic: USB транзакция
Replies: 1
Views: 9258

Re: USB транзакция

Эти функции unimplemented. Соответственно их придётся сначала реализовать: https://doxygen.reactos.org/df/da7/usbehci_8c.html#ad90687d4fc97db32e090dcbf9e943251 Насчёт вызова. Если посмотреть в DriverEntry, то видно что эти функции являются callback и сохраняются в поля структуры: https://doxygen.rea...
by A_S
Tue Dec 04, 2018 6:42 pm
Forum: General Discussion and Feedback
Topic: ReactOS is looking for ARM64 ninjas!
Replies: 24
Views: 23601

Re: ReactOS is looking for ARM64 ninjas!

It is not good idea to make ARM port because of spread of human resources. I think will be better to focus on AMD 64 port. If you want to run ReactOS on mini computers, it can be Latter panda with Intel CherryTrail SoC for example.
by A_S
Sat Jun 02, 2018 9:02 pm
Forum: Support
Topic: 86Duino ZERO x86 Arduino Development Board and ROS?
Replies: 5
Views: 10560

Re: 86Duino ZERO x86 Arduino Development Board and ROS?

I try to launch React OS on 86Duino Zero. Video (only russian, sorry): https://youtu.be/FbOi-CHS8Y8 Some hack arounds To get debug log I hack a cross bar matrix in internal SPI-flash. The key was official SysImage sketch ( https://github.com/roboard/SysImage/blob/master/SysImage.ino ) and Vortex86 d...
by A_S
Thu Apr 19, 2018 11:21 pm
Forum: Russian
Topic: Установка на планшет
Replies: 3
Views: 13649

Re: Установка на планшет

Для начала попробуйте запустить LiveCD с SD или флешки. Ваш планшет заточен под Win 10, соответственно не будет драйверов (годятся только от Win XP/2003). Также я подозреваю что у него не BIOS, а UEFI. UEFI не поддерживается и запустить ReactOS в этом случае не получится. Насчёт оптимизации потребле...
by A_S
Sat Mar 17, 2018 3:41 pm
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1324
Views: 1444486

Re: EPIC WIN!

Apache CouchDB 1.7.1 on ReactOS 0.4.8-RC.
Able to create DB and document through web-interface. After reboot document could be viewed.
[ external image ]
by A_S
Wed Nov 15, 2017 12:23 am
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1324
Views: 1444486

Re: EPIC WIN!

cernodile wrote:Node.js v5.0.0 x86
Able to do normal JavaScript operations, as you'd expect from Node.js
Do you check some network operations? For example try to create a server. There are some issue https://jira.reactos.org/browse/CORE-13305
by A_S
Tue Oct 31, 2017 3:23 pm
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1324
Views: 1444486

Re: EPIC WIN!

MySQL 5.5.58 Community Server and HediSQL 8.1.0 on ReactOS 0.4.7-RC1.
Installed without errors. Can connect, add DB, tables and edit data :)
[ external image ]
by A_S
Wed Sep 13, 2017 3:53 pm
Forum: Development Help
Topic: BTrFS vs NTFS boot from
Replies: 13
Views: 18511

BTrFS vs NTFS boot from

Some days ago a new feature request was created. I am not totally agree with it and want to discuss what is better NTFS or BTrFS. I see some advantages of NTFS: Not fist release. Well known features tested by million people. A lot of exiting tools for work with it. No bicycles. Possible some code ba...
by A_S
Sat Feb 18, 2017 7:16 am
Forum: General Discussion and Feedback
Topic: Work-in-progress 0.4.4 changelog
Replies: 33
Views: 33387

Re: Work-in-progress 0.4.4 changelog

I think log should be more detailed. Now it's very general and does not contain usefull information at some points (some fixes in <component> tells nothing). Please add lists of fixes and links to JIRA tickets. More details can also help to show anount of work and progress to public.