PDA

View Full Version : coLinux Development Snapshot 22-Nov-2010



wraggster
November 23rd, 2010, 23:38
News via http://www.aep-emu.de/PNphpBB2-file-viewtopic-t-15942.html

A new version of coLinux (Cooperative Linux) has been released. coLinux makes it possible to run Linux on Microsoft Windows natively.


Quote:
2010-11-22T22:06:40 henryn r1547

* scsi read_write(): Sector 2147483648 was wrong converted, with negative value
in conversation from shifted "unsigned char" to "unsigned long long".
Reading disk from offset at 1TB was faulted with:
sd 0:0:2:0: [sda] CDB: Read(10): 28 00 80 00 00 00 00 00 08 00
end_request: I/O error, dev sda, sector 2147483648
Fixed by cast "unsigned long" before storing value as "unsigned long long".

2010-11-14T21:00:47 henryn r1546

* Kernel 2.6.33.5 config: CONFIG_REISERFS_FS as compiled in, instead as module.

2010-11-13T00:43:13 henryn r1545

* coserial.c: Moved into directory drivers/serial.
* Backport new serial driver and config for kernel 2.6.25.20 and 2.6.26.8
* normal_poll: Bugfix NULL pointer call tty->driver->chars_in_buffer (2.6.25.20
only)

2010-11-12T22:39:05 henryn r1544

* Serial: Remove worker thread. Simple direct post chars in tty buffer,
remove semaphores and race conditions. (Suggest by Paolo Minazzi)

2010-11-12T21:46:14 henryn r1543

* Add CONFIG_SERIAL_COOPERATIVE_CONSOLE (for older CONFIG_SERIAL_CONSOLE)
to enable serial boot console.

http://www.colinux.org/