Esteban
Microsoft Makes The Extensible Storage Engine Open-Source - Phoronix
https://www.phoronix.com/scan.php?page=news_item&px=MS-ESE-Open-Source
BieHDC
BieHDC
jeez the russian bots dont stop
Julen
Alejandro Jeditobe
ReactOS has been updated with new scheme of work routine and connection of the Cache manager to the Memory manager
https://github.com/reactos/reactos/pull/3361
Download fresh nightly build if you want to test it
Can
I will share ~4 hours later.
Can
https://twitter.com/reactos/status/1356989881277427718
Can
Now please share!!
Can
https://twitter.com/reactos/status/1357027558915768324
Can
Also this one!
Harrison
And no CD ROM?
unfortunately it doesn't boot from cd-rom—
Alejandro Jeditobe
😂
Julen
Harrison
Harrison
I tried PCMCIA CD-ROM drive and that one doesn't work either
Stas'M
so does freeldr?
yes, but ReactOS won't be able to access it, as it requires driver for accessing it directly
Harrison
Ah, that explains it
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> Maybe invent a "PC-only fallback driver" that is a NT driver that under the hood runs BIOS code to interface with hardware that don't have a proper driver? 🤔
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> (and we have the technology to run BIOS 16-bit code from 32-bit code, using the fast486 interpreter; this is also used by the x64 video driver INT10 emulation)
Stas'M
Well, this is interesting idea and fits for a research project too
Nils
Can
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> https://stands.fosdem.org/stands/reactos/
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> for anyone interesting in "seeing" the ReactOS stand at FOSDEM
Alejandro Jeditobe
Join our stand and chat room here!
http://stands.fosdem.org/stands/reactos/
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> join from https://chat.fosdem.org
Alejandro Jeditobe
https://twitter.com/reactos/status/1358097794700042244
Alejandro Jeditobe
Idaho
Nice
Idaho
How is NTFS going btw?🤔
Idaho
very nice
Andrea.
Andrea.
Stas'M
Wiktor
Nice device, what is that? 😁
Andrea.
Andrea.
Andrea.
with embedded windows phone
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> Windoz: Is Freeldr running natively in that device? Or in an emulator?
Stas'M
Andrea.
Stas'M
how do you boot it, from what boot device, and how do you prepare the image?
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> Is this CPU x86-compatible?
BieHDC
that device looks fun, is it still being sold?
Stas'M
Stas'M
yes, it should be compatible, and there are photos of it running Vista
Stas'M
check out https://en.wikipedia.org/wiki/HTC_Shift
Stas'M
two CPUs of different arch 😮
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> I wonder how long the battery holds with vista running on that phone :troll:
Andrea.
Andrea.
Andrea.
Stas'M
I wonder how they share the hardware
Stas'M
some information probably should be at xda-developers 🙂
BieHDC
if its usb internally it would be straight forward
Andrea.
Andrea.
have an hardware switch button
Stas'M
https://youtu.be/FgyILBTS8BI
Stas'M
even Windows 10 works there
Stas'M
I assume there is no serial port, so it should be possible to enable FreeLdr debugging to screen
Stas'M
This way you will be able to see at what point it breaks loading
rosbridge
<Stas'M> @hbelusca (Gmunu=8PiG/c4Tmunu+) do we have some article on wiki how to enable early debugging in FreeLoader? (in case when it doesn't boot to menu)
Can
https://twitter.com/reactos/status/1358801793036259331?s=19
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> I don't think so, and if it crashes even before getting to the menu I think you're limited to edit some stuff in freeldr and modify where it displays the debug info at your convenience (here I suppose there is no available serial port on the phone :troll: )
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> The relevant file is:
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> https://git.reactos.org/?p=reactos.git;a=blob;f=boot/freeldr/freeldr/lib/debug.c;h=e68df9af9cfab5ea016ba38be395ba8b55a83309;hb=HEAD
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> then you can change the hardcoded initial default values for the debug port etc.
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> I think that for the phone the most relevant part is the definition of "DebugPort" that can be OR'ed with "SCREEN" (without quotes of course)
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> that will tell to emit also debug output on screen.
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> However I think that the BSOD that also appears on screen can erase the previously displayed debug info
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> The code of the BSOD procedure is in https://git.reactos.org/?p=reactos.git;a=blob;f=boot/freeldr/freeldr/arch/i386/i386bug.c;hb=2b933529079ab126c674b539f8e2559c8ca5c8be#l128
rosbridge
<hbelusca (Gmunu=8PiG/c4Tmunu+)> You could edit it locally in order to reduce the amount of displayed info / shut it down and make it just display one line (instead of erasing the screen)