crazii

Results 203 comments of crazii

Can uncomment the line 1523 in sc_inthd.c: ```//azx_writel(card, INTCTL, ICH6_INT_CTRL_EN | ICH6_INT_GLOBAL_EN | ICH6_INT_ALL_STREAM ); //precise SIE bit used below``` and comment the line 1525 ```azx_writel(card, INTCTL, ICH6_INT_CTRL_EN | ICH6_INT_GLOBAL_EN...

I just pushed another fix, I don't think it's related to you problem but you can try it. Meanwhile I'll continue check what's wrong.

OK, I changed a bit of the header, it might be the problem

Plz comment out the line 934, 936, 937 in main.c: ``` if((MAIN_InINT&MAIN_ININT_RM) || (MAIN_IntContext.EFLAGS&CPU_VMFLAG)) DPMI_CallOldISR(&MAIN_IntHandlePM); else DPMI_CallOldISRWithContext(&MAIN_IntHandlePM, &MAIN_IntContext.regs); ``` only keep line 935, to ``` // if((MAIN_InINT&MAIN_ININT_RM) || (MAIN_IntContext.EFLAGS&CPU_VMFLAG)) DPMI_CallOldISR(&MAIN_IntHandlePM);...

Theoretically it is possible, but..., by the current state of USBDDOS (which is not stable and only works in VirtualBox), it is very hard for now. I've tested it on...

Theoretically it is possible, but..., by the current state of USBDDOS (which is not stable and only works in VirtualBox), it is very hard for now. I've tested it on...

My network is f**ked and cannot post comment, sorry if I cannot reply you in time.

Yes that helps, actually some of the USBDDOS code has the same implementations (maybe in different form, inlined asm or C etc) because I learned from it :D. there's also...

Forgive me for my ignorance, I never heard of FAT28, is it a FAT file format? or joystick/serial related? Also I didn't implement INT 13 hook in the BIOS level,...

> Low speed hubs connected to high speed hubs - that's mentioned as one of the TODO items for DOSUSB, along with Isochronous transfer, thus it warrants at least testing/confirmation....