Marian Ohligs
09f66d8cd9
some code optmizations
2011-06-07 15:09:19 +02:00
Marian Ohligs
ec6ccf9c3a
Merge branch 'ohligs' into readwrite
...
Conflicts:
newlib/examples/hello.c
2011-05-23 12:59:10 +02:00
Marian Ohligs
4f0bc05a74
add basic support of scanf, get ...
2011-05-23 12:56:14 +02:00
Marian Ohligs
d1e0e2304d
Merge branch 'ohligs' into readwrite
...
Conflicts:
newlib/examples/test
2011-05-16 10:27:43 +02:00
Marian Ohligs
b94875ccfe
initrd_write:
...
- writing strings of any length now possible
2011-05-16 10:19:13 +02:00
Marian Ohligs
0ac95a30b3
Merge branch 'ohligs' into readwrite
...
Conflicts:
drivers/char/null.c
drivers/stderr/Makefile
drivers/stderr/stderr.c
drivers/stdin/Makefile
drivers/stdin/stdin.c
drivers/stdout/Makefile
drivers/stdout/stdout.c
fs/initrd.c
include/metalsvm/fs_types.h
include/metalsvm/tasks_types.h
kernel/syscall.c
kernel/tasks.c
kernel/tests.c
newlib/examples/hello.c
newlib/examples/test
tools/Makefile
2011-04-26 17:27:42 +02:00
Marian Ohligs
2f6bf8219f
add some drivers Makefiles
2011-04-26 17:01:09 +02:00
Marian Ohligs
f785bcf9a4
Fix Bug in stderr (same as stdout)
2011-04-26 16:49:10 +02:00
Marian Ohligs
4c370ad377
Bug fixed in stdout: printf is working
...
some test changes in initrd_write
2011-04-26 16:43:57 +02:00
Marian Ohligs
ef59f6cb8d
Merge branch 'master' into ohligs
...
Conflicts:
kernel/tasks.c
2011-04-23 11:09:56 +02:00
Marian Ohligs
02f7fecc61
first stdin, stout, stderr implementation (still buggy)
2011-04-23 11:04:32 +02:00
Stefan Lankes
1157306567
remove typo
2011-04-22 23:19:53 -07:00
Stefan Lankes
eab1480113
remove typo
2011-04-22 09:55:27 +02:00
Stefan Lankes
900c67c2a0
remove obsolete flags
2011-04-22 09:31:33 +02:00
Marian Ohligs
40ce1fe457
manual merge old readwrite branch
2011-04-21 00:25:05 +02:00
Marian Ohligs
aefc7e1165
add to dev folder: stdin, stdout and stderr
2011-04-19 00:33:45 +02:00
Marian Ohligs
04583e3982
read write patch (not working yet)
2011-04-07 16:41:39 +02:00
Stefan Lankes
9e082fcb68
move driver "/dev/null" to the directory "drivers/char"
2011-03-03 07:44:20 +01:00
Stefan Lankes
d4d7ff3aec
remove obsolete file
2011-03-02 15:42:22 +01:00
Stefan Lankes
16efb49204
remove obsolete function arguments
2011-02-24 10:15:58 +01:00
stefan
308e023a85
- use non-recursive Makefiles
...
- this patch based on Florian Zeitz's hint
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@400 315a16e6-25f9-4109-90ae-ca3045a26c18
2011-02-09 19:13:40 +00:00
stefan
ab442041c1
- remove bug in the network driver
...
=> now, we use correct irq number
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@334 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-12-13 21:58:46 +00:00
stefan
45219bce2e
- huge commit
...
- enable the paging support
- redesign of the APIC code
TODO:
- Currently, we are not able to start user-level applications.
- The RTL8139 driver does not longer work. Perhaps, a bug in the output function.
- The APIC codes doesn't work on all systems. Therefore, the code is currently disabled.
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@326 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-12-10 06:16:58 +00:00
stefan
c3c7468208
- some code cleanup
...
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@301 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-11-30 19:47:46 +00:00
stefan
6dc323dd6e
- Add a quick and dirty driver for the RTL8139 network adapters
...
- Currently, the driver detects only one adapter card. But the driver is already prepared to support several adapters.
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@296 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-11-30 06:04:56 +00:00
stefan
20158f05b2
- remove a bug by the configuration of the network driver
...
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@82 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-08-11 20:47:00 +00:00
stefan
585d6d01cf
- first steps to realize a RCKPC driver
...
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@81 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-08-11 20:42:49 +00:00