Tomáš Glozar

Results 41 issues of Tomáš Glozar

When you type a character, it takes a long time for it to arrive to the VM and be sent back to be printed. This is caused by the inefficient...

bug
enhancement

This will require refactoring of the networking adapter class to support multiple backends.

enhancement

The command for the serial console program doesn't allow parameters with spaces (quotes don't work).

enhancement

This is commented out for some reason - if it at least partially works, a flag to enable it should be added to the CPU, if not, it should be...

Advantages: - Makes the codebase smaller - Qt is more widely used, so it should be more stable - It supports events - Qt GUI backend may be used to...

enhancement

Several components contain a loop that does something every 10 milliseconds (e.g. DEC21143). I believe this could be improved by having these triggered when needed using some thread safe mechanism,...

enhancement

When copying file from a CD drive (DQA1) to the hard drive (DQA0) with the DCL `COPY` command, the IDE controller breaks after a while and can't read anything.

bug

AlphaServer ES40 supports two types of BIOS - SRM and ARC, the former being used for most operating systems, while the latter is required to run Windows NT and can...

enhancement

For the purpose of debugging the OS and/or firmware a graphical debug console showing the state of the CPU (instruction pointer, disassemler et cetera) and peripheral registers, maybe with some...

enhancement

OS: RHEL 8.2 (GNOME) Regardless of the keyboard layout, the SDL GUI uses a QWERTZ derivative on which a lot of characters like @ can't be typed.

bug