Michael Karcher
Michael Karcher
Well, the term "odd" is slightly misleading here. The standard ethernet ("Ethernet II") header consists of the 6-byte recipient address, the 6-byte sender address and the 2-byte protocol type field....
> This is the output of IDA: > > ```c > foo __cdecl bar() > { > foo v0; // ax > > *(_QWORD *)&v0.a = 0x200000001LL; > *(_QWORD *)&v0.c...
> I take it the downside is more memory usage? That would be unfortunate on this architecture. Extra alignment obviously has this downside. On the other hand, the downside is...
I had some failed experiment trying to tie into the protected mode, by trying to hook the DPMI protected mode entry routine. That doesn't work, because most (all?) DPMI implementations...
> > most (all?) DPMI implementations return the address of the protected mode entry routine from their protected > > mode INT2F handler > > I am not sure I...
I just cloned your template, and found that your vitest workaround doesn't work perfect. Setup: ``` C:\REDACTED>git clone --depth=1 --origin=upstream https://github.com/replete/extreme-angular.git -b upgrade-to-angular-21 xa Cloning into 'xa'... remote: Enumerating objects:...
The failure seems to be related to Windows as host OS. Your template works fine in `node:22.21.1` from dockerhub, which is based on Debian bookworm.
Indeed. In Windows, I have `unit-test\output-files\spec-app.js`, while in Linux, I have `unit-test/output-files/spec-app-app.js`. This merge request requires the latter name. In Windows, the `output-files` filename seems to be not that easily...
@Baron-von-Riedesel Here you are: [sbemu.zip](https://github.com/user-attachments/files/21539480/sbemu.zip). This build has the patch applied and debugging disabled (default configuration). I had no issue bulding it in a docker/podman container just like the GitHub...
I just tested the "The Dig" demo (downloaded from archive.org) on a 900MHz Pentium III in a Medion 2001 mainboard in the native Windows XP DOS box, and the sound...