Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 584 → Rev 585

/shark/trunk/bugs.txt
File deleted
/shark/trunk/roadmap.txt
16,7 → 16,8
Giacomo Guidi <giacomo@gandalf.sssup.it>
- New Network layer (From Linux 2.6) *****
Starting Soon
- Ethernet Cards Drivers ****
- Wireless 802.11 Card Drivers *****
25,9 → 26,11
 
- New BTTV Driver (From Linux 2.6) ***
Developing at ReTiS Lab - Pontedera
90% complete
Giacomo Guidi <giacomo@gandalf.sssup.it>
 
- USB Driver (From Linux 2.6) ****
Developing at Pavia
 
- New File System (From Linux 2.6) ****
 
44,7 → 47,8
Mauro Marinoni <thenino@tipiloschi.net>
 
- New RS232 and parallel port drivers **
Starting soon
 
- LOW LEVEL KERNEL -
 
- Memory Protection ******
53,6 → 57,7
 
- ARM (XSCALE) *******
Developing at ReTiS Lab - Pontedera
40% complete
Michael Trimarchi <trimarchi@gandalf.sssup.it>
 
- PowerPC ******
60,6 → 65,8
- Hyper-Threading Support *****
 
- SpeedStep Support ***
Developing at Pavia
Mauro Marinoni <thenino@tipiloschi.net>
 
- HIGH LEVEL KERNEL -
 
66,12 → 73,13
- Power-Aware Scheduler ****
Developing at ReTis Lab - Pontedera
Developing at Robotic Lab - Pavia
60% complete
Mauro Marinoni <the.nino@tipiloschi.net>
 
- POSIX Trace ***
 
- Hierarchical Scheduler ****
Developing at ReTis Lab - Pontedera
Testing at ReTis Lab - Pontedera
Giacomo Guidi <giacomo@gandalf.sssup.it>
Michael Trimarchi <trimarchi@gandalf.sssup.it>
 
80,7 → 88,7
- Real-Time MPEG Decoder ****
 
- York Tracer Implementation ****
Developing at ReTiS Lab - Pontedera
Testing at ReTiS Lab - Pontedera
Giacomo Guidi <giacomo@gandalf.sssup.it>
 
- GTK/QT GUI porting
/shark/trunk/symbols.txt
1,15 → 1,23
Library Symbols and Descriptions
 
Drivers:
Old Drivers:
 
__GRX__ The graphic driver for S3,TRIDENT,VESA cards
__PXC__ The OLD Frame Grabber driver
__BTTV__ The NEW Frame Grabber driver
__OLDCHAR__ The old keyboard driver (the new one is under construction)
__6025E__ The 6025E card driver
__PPORT__ The Parallel Port driver
__PCLAB__ The PCL812 card driver
 
New Drivers
 
__LINUXC26__
__NEWPCI__
__INPUT__
__FB__
__I2C__
__BTTV__
 
Ports:
 
__FFT__ FFT support (from FFTW)
19,5 → 27,4
__FIRST__ FSF Framework
__TFTP__ TFTP Protocol
__SERVO__ Servo Control Lib
__JOY__ Joystick Support
 
/shark/trunk/README.TXT
1,15 → 1,8
TO COMPILE THIS DISTRIBUTION:
 
You need to copy a suitable config.mk from config/mk/ to the config/
directory.
Edit SHARK.CFG to configure all the kernel parameters
and "make" to compile. After this first time, every time
you modify SHARK.CFG you must do a "make clean" and "make"
 
For example, a Linux user should type
 
cp config/mk/linux.mk config/config.mk
cp oslib/mk/linux.mk oslib/config.mk
 
from the S.Ha.R.K. root directory.
Then, just type make, and the kernel will be compiled.
 
Enjoy!