-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to keep this mirror going? #2
Comments
I have been keeping this loosely up-to-date at /~https://github.com/countingpine/bochs-svn. |
- TCP: added new method tcpipv4_send_buffer() that can send multiple packets up to window size without waiting for ACK. - TCP: when receiving ACK, the data transfer continues if necessary. - FTP: list contents of root directory (tested on Linux and Win 10 host). - FTP: added support for file download from root directory (RETR). - TODO #1: browse directory tree (CWD, CDUP). - TODO #2: upload file (STOR). - TODO #3: file and directory commands (SIZE, DELE, MKD, RMD). git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@13858 6c8e4198-a580-4521-a02f-c9ae86df1db9
- Fixed serious issues in 16 bpp mode of XP guest (clipped y value). - Added BX_ERROR messages for unsupported features. - Added / updated comments. - TODO #1: Background pattern issues in XP guest still remain in all modes. - TODO #2: Some small issues in Win9x guests caused by monochrome host blts. git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@13947 6c8e4198-a580-4521-a02f-c9ae86df1db9
- Added support for "byte packed" monochrome source data. - TODO #1: All modes except 16 bpp color source untested (based on specs). - TODO #2: byte / word wizzling, other color orders, 24 bpp source dithering. git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@13970 6c8e4198-a580-4521-a02f-c9ae86df1db9
…ension is set accordingly. TODO #1: Text mode features split screen and h/v pel panning missing for now. TODO #2: Show error messages related to dialogs in message boxes. git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@13981 6c8e4198-a580-4521-a02f-c9ae86df1db9
…rst slot is mapped to device number #2, but for the i440BX chipset we are using #8 (expected by real BIOS when testing and some timer later added support for it in Bochs BIOS). git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@14015 6c8e4198-a580-4521-a02f-c9ae86df1db9
Just to say I'm still keeping this up to date. I've got a cronjob scheduled on a Raspberry Pi, so it should continue to update as long as the Pi keeps working. |
- Added new devices method register_default_keyboard() and handle keyboard events similar to the mouse stuff. - Prepared removable keyboard support for the "paste bytes" feature. - Store keyboard type in device object to avoid reading parameter at runtime. - Related code cleanups. - TODO #1: Extend USB keypad to full featured keyboard. - TODO #2: Paste bytes support for USB keyboard. git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@14021 6c8e4198-a580-4521-a02f-c9ae86df1db9
TODO #1; Add some missing HID key codes. TODO #2: Add key event queue to avoid losing events. TODO #3: Unify keyboard and keypad code. TODO #4: Support multiple non-modifier keys pressed at the same time. TODO #5: Share keyboard indicators with the legacy PS/2 keyboard. git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@14024 6c8e4198-a580-4521-a02f-c9ae86df1db9
As communicated before, this repository is no longer synchronized from SVN. If you want to have a mirror like this one that can be kept in sync, please be interested in /~https://github.com/gabrys/svn2github
The text was updated successfully, but these errors were encountered: