0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support BIOS INT 15H for the AH=86h delay function More... almost 18 years ago
CD-ROM multiboot_id, 0xE0 used as prefix Not sure of it, get it from testing with Bochs More... almost 18 years ago
Raising floppy timeout for Bochs (check whether Bochs timing or FD32 timing is wrong or something else) More... about 18 years ago
Support command-line buffers, use key UP and DOWN to switch ... More... about 18 years ago
README file, comments and a small bugfix. More... about 18 years ago
Don't abort on invalid file names. Should fix bug 1460761. More... about 18 years ago
Short file names returned by the DOS find API backends are not converted to UTF-8 any longer. This used to cause -ENAMETOOLONG with non-ASCII characters. The character set used by the caller (the DPMI driver) is assumed to be the same as the character set used to store short names in the FAT volume, hence no conversion is currently done. This will be changed in the future allowing a different character set for the caller. Hanzac, please let me know if this helps in using file names with Chinese characters (although displayed with symbols from the default system font). More... about 18 years ago
Volume label ignored in win32 port ... More... about 18 years ago
Sylvain Petreolle: - rm => $(RM) - make moustest use the common interface, build it More... about 18 years ago
On a second thought: a simplification. More... about 18 years ago
More uniform timer module interface. More... about 18 years ago
gettime (unfinished), variable tick frequency, more accurate TSC nano_delay etc. TSC part not tested. More... about 18 years ago
Disable the biosvga by default More... about 18 years ago
Improving the non-TSC nano_delay. More... about 18 years ago
Fix the previous commit ... More... about 18 years ago
More free DOS memory, no reservation for GRUB because it's no need? More... about 18 years ago
Update the biosdisk driver to use the new pit and please don't use it with DPMI module, at least now More... about 18 years ago
`nobiosvga' option usage ... More... about 18 years ago
* Improved real(vm86) and protected mode interrupts handling in dpmiexec.c * int2f services are all moved into int2f.c, some are serving for the protected application, some not More... about 18 years ago
Fix the mouse button status problem ... More... about 18 years ago
Creating new code and data selector when wrapper execution rearranged More... about 18 years ago
Patch by Sylvain Petreolle to make attrib2 build. More... about 18 years ago
Add memset in the syscall table More... about 18 years ago
* Much stable use of vm86_callBIOS * Support resident DOS programs * VGA services improved More... about 18 years ago
PS mouse driver and serial mouse driver use a common interface More... about 18 years ago
* symbol name fixed when compiled by different compilers * BIOS timer ticks is also updated More... about 18 years ago
* vm86_init the rm_irqtable_entry * resident process type More... about 18 years ago
Linking problem. More... about 18 years ago
Support `make install' command when building, and after that, the fd32.bin is in the top directory and all the modules are in the modules directory. More... about 18 years ago
Fix bug found by Hanzac and push/pop mismatch. (sorry) More... about 18 years ago