Category Archives: Windows 8

Windows 8

Windows – ReactOS another Windows O.S.

ReactOS is a free and open-source operating system for amd64/i686 personal computers intended to be binary-compatible with computer programs and device drivers made for Windows Server 2003 and later versions of Windows., read more on Wikipedia. If you have old hardware then this is a good idea to use your Windows applications with ReactOS. The… Read More »

Programming with FASM – writing to file.

In this simple example, I will show how to write a file using the assembly programming language with FASM, known as flat assembler. You can use the FASM editor with the FASMW.EXE executable. Open this editor and use this commented source code:

Each step is describe in the source code. Run and test with… Read More »

Windows – Qemu emulate Raspberry Pi ARM in Windows 10.

If you want to try the Raspberry Pi ARM operating system in Windows 10 then you need to install the Qemu free and open-source emulator. I used this version qemu-w32-setup-20220419 from the official webpage. After installation, you need to download in the same folder with the qemu installation this software kernel-qemu-4.4.34-jessie and the Rasberry Pi… Read More »

Windows – full screenshot with browser developer tool.

Every modern web browser includes a powerful suite of developer tools. Sometimes you want to take a screenshot of the entire document, the web page that can only be accessed in the Chrome browser or another browser that uses the web tool and you cannot use an online website or a chrome extension. You can… Read More »