Activity for Stas Sergeev

  • Stas Sergeev Stas Sergeev posted a comment on discussion Help

    Hi, If FDPP can assist in getting 16-bit DOS programs to run under PDOS/386, that would be of interest. I updated the readme: https://github.com/dosemu2/fdpp/blob/master/README.md to state more explicitly that it runs DOS programs, and also added the description of pdos/386. Hope I described it properly.

  • Stas Sergeev Stas Sergeev modified a comment on discussion Help

    Hi! 16.05.2020 04:28, Paul Edwards пишет: Hi Stas. Thanks for your email. Just found out about your new release on bttr forum. From the short discussion there, I've found out that pdos/386 can run gcc (djgpp? or what kind of gcc?) and It requires a custom-built version of GCC and binutils designed to produce a.out format executables. OK, I understand. That sounds good. However fdpp requires clang+nasm+objdump. Any possibility of a clang port? In short, fdpp is "the thing" that adds a full DOS compatibility...

  • Stas Sergeev Stas Sergeev modified a comment on discussion Help

    16.05.2020 12:40, Paul Edwards пишет: However fdpp requires clang+nasm+objdump. Any possibility of a clang port? Yes, I can look into that. Thanks! I am still hoping one day the gcc port will be possible, but for now gcc devs are not interested in fdpp. But I thought you do use v86 internally for a bios calls? So at least you have a way to call to v86? If so - this is all that is needed. I don’t use v86, I use actual real mode. ie I drop from protected mode to real mode in order to execute the BIOS...

  • Stas Sergeev Stas Sergeev posted a comment on discussion Help

    16.05.2020 12:40, Paul Edwards пишет: However fdpp requires clang+nasm+objdump. Any possibility of a clang port? Yes, I can look into that. Thanks! I am still hoping one day the gcc port will be possible, but for now gcc devs are not interested in fdpp. But I thought you do use v86 internally for a bios calls? So at least you have a way to call to v86? If so - this is all that is needed. I don’t use v86, I use actual real mode. ie I drop from protected mode to real mode in order to execute the BIOS...

  • Stas Sergeev Stas Sergeev posted a comment on discussion Help

    Hi! 16.05.2020 04:28, Paul Edwards пишет: Hi Stas. Thanks for your email. Just found out about your new release on bttr forum. From the short discussion there, I've found out that pdos/386 can run gcc (djgpp? or what kind of gcc?) and It requires a custom-built version of GCC and binutils designed to produce a.out format executables. OK, I understand. That sounds good. However fdpp requires clang+nasm+objdump. Any possibility of a clang port? In short, fdpp is "the thing" that adds a full DOS compatibility...

  • Stas Sergeev Stas Sergeev posted a comment on discussion Help

    Hi pdos developers. Just found out about your new release on bttr forum. From the short discussion there, I've found out that pdos/386 can run gcc (djgpp? or what kind of gcc?) and can't run any classic DOS program without recompiling them. Let me introduce the fdpp project to you: https://github.com/dosemu2/fdpp In short, fdpp is "the thing" that adds a full DOS compatibility to any 32 or 64bit kernel, in an exchange of the v86 services. I.e. the host kernel needs to provide the call-backs to fdpp...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #30

    Thanks for the pointer, but currently it is of no help for the following reasons: The lib is built w/o -fPIC, therefore the one can't use it in a build of a shared or pic object. Please use -fPIC during compile, and optionally consider providing a shared lib instead of static. Can live with static, but -fPIC is a mandatory. instruments do not seem to be packaged. I understand there may be the licensing problems, but I suppose maybe some work-arounds are possible. Like creating the download script,...

  • Stas Sergeev Stas Sergeev created ticket #30

    Ubuntu PPA?

  • Stas Sergeev Stas Sergeev posted a comment on ticket #499

    This dosemu version and the tracker is no longer supported. Ask manjaro to provide something more recent, as arch linux already does.

  • Stas Sergeev Stas Sergeev created ticket #23

    Roland GS support

  • Stas Sergeev Stas Sergeev posted a comment on ticket #17

    OK, thanks for explanation. As the C interface now compiles fine, I do no longer need this functionality. Still I would note that: 1. qt frontend is not what I was asking for. I needed a GUI-less mode for this. 2. OSS midi-in probably stands for OSS sequencer protocol, which is not for the raw midi stream. It accepts either midi events in an oss-specific format with imestamps, or raw midi bytes, each prepended by OSS-specific byte that indicates that the raw midi byte follows. So while it can be...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #506

    Hi Eric, were you able to get win-3.0 to work with this patch? There seem to be some...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #27

    Well, the patch that says "- Fixed: Add real-time library -lrt to unix Makefile.am...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #4

    Hello David, please pull the fix from here: https://github.com/stsp/user-union/c...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #4

    Btw, please take a look at this similar project: https://raw.githubusercontent.c...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #4

    Function redefinitions? Perhaps not when the prototypes are different. And since...

  • Stas Sergeev Stas Sergeev created ticket #4

    compilation problems

  • Stas Sergeev Stas Sergeev modified a comment on ticket #81

  • Stas Sergeev Stas Sergeev posted a comment on ticket #81

    Not possible when SP is decremented in the function prolog.

  • Stas Sergeev Stas Sergeev posted a comment on ticket #271

    Maybe with dosemu2 you'll avoid an issue without disabling PrintScreen? Who knows....

  • Stas Sergeev Stas Sergeev posted a comment on ticket #271

    You simply need to enable the magic sysrq keys in your /etc/sysctl.conf. Then you'll...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #76

    Usually modemu is used for this: https://archive.debian.net/ru/source/etch/modemu...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #554

    You got the unlicky kernel version. Some early 4.x I suppose. Anyway. dosemu-1.4...

  • Stas Sergeev Stas Sergeev created ticket #17

    sequencer via pipes

  • Stas Sergeev Stas Sergeev posted a comment on ticket #4

    I think it would be best if I enable C-interface in builds that involve library only...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #4

    Indeed, with libmt32emu_C_INTERFACE=false it builds. But I wanted to try out the...

  • Stas Sergeev Stas Sergeev created ticket #23

    build with -Dlibmt32emu_SHARED=1 fails

  • Stas Sergeev Stas Sergeev posted a comment on ticket #552

    You can't use git version of fluidsynth. dosemu2 has a proper autoconf check for...

  • Stas Sergeev Stas Sergeev created ticket #29

    fixes to ipmi_sim_chassiscontrol

  • Stas Sergeev Stas Sergeev created ticket #28

    ipmilan: fix NULL deref at startup

  • Stas Sergeev Stas Sergeev created ticket #133

    UMB at 0xa0000 does not work

  • Stas Sergeev Stas Sergeev posted a comment on ticket #28

    prince2 is very picky about the busy bit on DSP status register. When it issues the...

  • Stas Sergeev Stas Sergeev committed [r3372]

    Update documentation of credential caching beha...

  • Stas Sergeev Stas Sergeev committed [r3371]

    * src/en/HACKING: Fix a typo.

  • Stas Sergeev Stas Sergeev committed [r3397]

    * src/en/book/ch02-basic-usage.xml

  • Stas Sergeev Stas Sergeev committed [r3398]

    * src/en/book/ch02-basic-usage.xml

  • Stas Sergeev Stas Sergeev committed [r3399]

    * src/en/book/ch02-basic-usage.xml

  • Stas Sergeev Stas Sergeev posted a comment on discussion Help

    Hello. I am very new to ipmi. I have a board with CPU and a couple of i2c devices...

  • Stas Sergeev Stas Sergeev created ticket #27

    [patch] fix build

  • Stas Sergeev Stas Sergeev created ticket #3

    symlink handling is racy

  • Stas Sergeev Stas Sergeev posted a comment on ticket #549

    Your log says everything: WARN: using non-zero memory base address 0x10f000. WARN:...

  • Stas Sergeev Stas Sergeev modified ticket #549

    EMU86: error 96 as user, but not as root

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    Btw, thanks for making yaml optional!

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    OK, here's the patch. It works.

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    OK, patch got mangled... Will update it after testing.

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    Additionally, I didn't get the "receive: Got EOF" messages (the place where you apply...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    get_code() is a suspect. (I am not at work now; whatever I say here is not verified...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    The list is noderated for non-members. This is necessary these days (spam), sorry....

  • Stas Sergeev Stas Sergeev posted a comment on ticket #59

    No, I didn't subscribe. The notification I've got, was: Your mail to 'LIRC-list'...

  • Stas Sergeev Stas Sergeev created ticket #59

    what is LIRC_EOF?

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    I can see you calling "ignore_first_events" as "ignore_first_event" and write If...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    You should as well remove drivers/* as it seems to be the dead, non-functional c...

  • Stas Sergeev Stas Sergeev modified a comment on ticket #50

    leaving ticket open for more comments, but will close unless there is more input....

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    leaving ticket open for more comments, but will close unless there is more input....

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    OK, I managed to run irtestcase.

  • Stas Sergeev Stas Sergeev created ticket #57

    fix compilation for uclibc

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    Now, here are too many patches... I need to know in which order you apply them. Exactly...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    OK, I just didn't understand it was this you are referring to. It's in longpress...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    The cleanup patch is in the first page of that thread. And here it is again: https://sourceforge.net/p/lirc/tickets/_discuss/thread/f8e533ba/3f41/attachment/0001-ignore-delay_start-parameter-if-delay-is-not-set.patch...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #548

    Thank you! I use debugger interface because I need to send not only characters but...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #548

    Thanks for your analysis, fix applied. I don't think you should use debugger interface...

  • Stas Sergeev Stas Sergeev modified ticket #548

    64-bit binary build crashes while starting the dosdebug.

  • Stas Sergeev Stas Sergeev committed [18f6f5]

    add sanity checks to rmapfile() to avoid crash ...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    Patch here.

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    You didn't apply it to git. :) OK, I can ignore that fact and assume you will apply...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    OK, lets agree to do it your way, but why not to apply my clean-up patch first? This...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Please don't test what is not in repository. cups-bsd, gnuspool and lprng should...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Thanks Hans, would you mind to also investigate the lprs from different packages?...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    Given that there is no real usecase for delay:_start > 1 (?) If the delay or repeat...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Ahha! So it seems there are 3(!!!) packages providing lpr in ubuntu! cups-bsd: http://packages.ubuntu.com/trusty/amd64/cups-bsd/filelist...

  • Stas Sergeev Stas Sergeev committed [cc971e]

    clarify the right to run DOS software under dos...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Hello Peter, thanks for an update. But what you say does not make too much of a sense...

  • Stas Sergeev Stas Sergeev committed [c441dc]

    lpt: more logging

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Hmm, I don't see that error in the log. I improved logging a bit more.

  • Stas Sergeev Stas Sergeev committed [748130]

    lpt: make timeout 0-based and improved logging

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Thanks Hans, but you forgot git pull

  • Stas Sergeev Stas Sergeev committed [72f1d4]

    lpt: skip undefined printers

  • Stas Sergeev Stas Sergeev committed [9c1511]

    forgotten change of prev commit

  • Stas Sergeev Stas Sergeev committed [478847]

    lpt: logging fixes

  • Stas Sergeev Stas Sergeev committed [69fff2]

    fix popen2() to handle also stderr

  • Stas Sergeev Stas Sergeev modified a comment on ticket #266

    Can someone please test devel branch? It should now properly log and report the printing...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Can someone please test devel branch? It should now properly log and report the printing...

  • Stas Sergeev Stas Sergeev committed [09a497]

    lpt: make printer struct private

  • Stas Sergeev Stas Sergeev committed [855896]

    lpt: use popen2() to get feedback from printer ...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    Here's the patch for easier review. Adds comments and handles possible misconfig...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    OK, done, attached.

  • Stas Sergeev Stas Sergeev posted a comment on ticket #50

    Hi, C'mon, I simply provided all the information I could on that subject, including...

  • Stas Sergeev Stas Sergeev created ticket #50

    support for long press detection

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Then this is not a dosemu problem. dosemu simply uses "lpr -l" by default for printing,...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #266

    Thanks. I can see nothing wrong in the log. Could you please attach also the log...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #547

    I think this have something to do with the full-screen switching as well. Maybe the...

  • Stas Sergeev Stas Sergeev posted a comment on ticket #547

    I am afraid someone will request to revert that patch. But for now lets just apply...

1 >