Changes between Version 15 and Version 16 of FreeRunner
- Timestamp:
- 2011-05-22T12:43:08Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeRunner
v15 v16 9 9 == Status == 10 10 11 Supported in development version. No support in a stable release 12 (as of 0.4.2). The system boots to the command line. All kernel tests pass. 11 Supported in HelenOS 0.4.3 and later. The system boots to the command line. All kernel tests pass. 13 12 14 13 Kernel can write to serial debug console and to the display. … … 16 15 17 16 You can use the serial debug console as a keyboard. You can also use the 18 touchscreen to move the mouse pointer around . That is all you can do,19 because there is nothing to control with the mouse (the resolution 20 is low so no VC buttons are displayed).17 touchscreen to move the mouse pointer around (not in 0.4.3 due to bug). 18 That is all you can do, because there is nothing to control with the mouse 19 (the resolution is low so no VC buttons are displayed). 21 20 22 21 == Plans == 22 23 === Input === 23 24 24 25 We would like to provide a virtual keyboard so that the serial console would … … 26 27 some applications using the touch screen (currently there is no way for 27 28 an application to receive mouse events). 29 30 === Host-side USB === 31 32 !FreeRunner has an OHCI USB host controller, the USB port be switched to host 33 mode with some platform-specific knobs. (You need to use a USB gender-changer, 34 however). 35 36 The OHCI USB driver from the USB project, once integrated, should be relatively 37 easy to get running on GTA02. Possible hurdle is interrupt handling (I/O access 38 in pseudocode). 39 40 === Device-side USB === 41 42 By default the USB port runs in device mode. It would be nice to implement 43 a device-side USB stack in HelenOS. This is a bigger project, however. 28 44 29 45 == Resources ==