0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
# Move vm86_init in the boot.c, 'cause it only needs to initialize once but used by both biosdisk and DPMI # Stack is better handled when executing DOS programs in vm86 # return_to_dos still needs to be made better ... More... almost 19 years ago
Some update, move the direct execution support back to the kernel 'cause it has support both COFF-GO32 and PE. More... almost 19 years ago
Fix command-line of the process_info (http://sourceforge.net/mailarchive/message.php?msg_id=12518509) More... almost 19 years ago
Remove "ll_context_to", it's not used now More... almost 19 years ago
Wrapper works correctly again, a small fix for my mistake. More... almost 19 years ago
Ooops ... I overwrote Nils new commit, correct it. More... almost 19 years ago
Update because of the changes of module-loading and execution More... almost 19 years ago
Change the title More... almost 19 years ago
Add the dos_exec (including vm86 and direct execution) Using parameter "--dos-exec=vm86|direct" to choose the way that handles the DOS MZ files. More... almost 19 years ago
# The start version of binary format management (in dynalink/common.c and include/format.h), it's very simple. # Remove dos_exec.c from the kernel # Improve the DLL handling in kerenl/syscalls.c # Some clear-ups More... almost 19 years ago
Simplify and generalize the module loading More... almost 19 years ago
Oops! Duplicate entry removed. More... almost 19 years ago
Remove lib files when allclean. More... almost 19 years ago
Adding string functions from Linux. printf functions later. More... almost 19 years ago
Rename PECOFF with PEI (Portable executable Image format). The reason is it's not an intermediate object format like COFF(djcoff and pecoff). More... almost 19 years ago
Rename PECOFF with PEI (Portable executable Image format). The reason is it's not an intermediate object format like COFF(djcoff and pecoff). More... almost 19 years ago
FAT driver 2.0 bug fix: wrote back to disk even non-dirty buffers, causing painfully low speed. More... almost 19 years ago
Preliminary write support in FAT driver 2.0 improved with file creation support. The bug reported by Nils and Hanzac (painfully slow access when write is enabled) is still present. More... almost 19 years ago
FAT driver 2.0: fixed linked list of buffers. Better list.h functionality. More... almost 19 years ago
# new memcpy commit, and add into the syscall table # clockdrv, add -s in link option More... almost 19 years ago
Typo that caused errors fetching long file names >13 16-bit characters. More... almost 19 years ago
Using sizeof(PartTabl) instead of hardcoded contant More... almost 19 years ago
Partial write support in the FAT driver 2.0. Can do "write" and "ftruncate" to existing files, but cannot create new files and delete files yet. More... almost 19 years ago
Typo in the FAT drivers (LFN required search attributes). More... almost 19 years ago
Kernel parameter changes (see the fd32-dev for details) More... almost 19 years ago
A little step towards write support and some cosmetic fixes. More... almost 19 years ago
1. Kernel parameter changes (see the fd32-dev for details) 2. Module support clean-up More... almost 19 years ago
Modules number is becoming unlimited, using a pseudo modfs_open when loading the next module More... almost 19 years ago
Modules number is becoming unlimited, using a pseudo modfs_open when loading the next module More... almost 19 years ago
COFF loading problem fixed, refer to: http://sourceforge.net/mailarchive/message.php?msg_id=12042284 You can now specify --coff=djcoff or --coff=pecoff in the kernel boot parameters. More... almost 19 years ago