implementation for the interface changes in prev commit
commit76a3f643f2b5d870e732a1e9afaec92ad8a865ac
authorPawel Dziepak <pdziepak@quarnos.org>
Fri, 3 Oct 2008 22:19:52 +0000 (4 00:19 +0200)
committerPawel Dziepak <pdziepak@quarnos.org>
Fri, 3 Oct 2008 22:19:52 +0000 (4 00:19 +0200)
treecc5ae688233b29b679ad7145bc65250e8f6e27da
parent5ff3bdb5a2ee8920f91897b9d4c63331cc22c71e
implementation for the interface changes in prev commit

 Critical bug when calling resources' virtual methods.
 Code is not clean. Not everything is done yet.
38 files changed:
actors/actor.cpp
arch/x86/fdc.h
arch/x86/rs232.h
manes/kernel_state.cpp
manes/kernel_state.h
manes/mem_alloc.cpp
manes/start.cpp
resources/Makefile
resources/buffer.cpp
resources/buffer.h
resources/device.h
resources/fat.cpp
resources/fat.h
resources/fdc.cpp
resources/fdc.h
resources/file.h
resources/fs.cpp
resources/isa.cpp
resources/isa.h
resources/keybscr.cpp
resources/keybscr.h
resources/pio.cpp
resources/pio.h
resources/res_bus.h
resources/res_char.h
resources/res_fs.h
resources/res_mm.h
resources/resource.cpp
resources/resource.h
resources/resource_id.cpp
resources/resource_manager.h
resources/rs232.cpp
resources/rs232.h
resources/slob.cpp
resources/slob.h
resources/speaker.cpp
resources/speaker.h
services/tty_logger.cpp