minix/drivers
Jorrit Herder 74711a3b14 Check if kernel calls is allowed (from process' call mask) added. Not yet
enforced. If a call is denied, this will be kprinted. Please report any such
errors, so that I can adjust the mask before returning errors instead of
warnings.

Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded.
2005-08-04 19:23:03 +00:00
..
at_wini Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
bios_wini Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
cmos Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
dpeth Miscellaneous cleanups. 2005-08-03 11:53:36 +00:00
floppy Various updates to support dynamically starting drivers. 2005-08-02 15:30:36 +00:00
fxp #if VERBOSE 2005-08-04 08:07:29 +00:00
libdriver Miscellaneous cleanups. 2005-08-03 11:53:36 +00:00
libpci Miscellaneous cleanups. 2005-08-03 11:53:36 +00:00
log Fixed 'bug' in log driver that caused kernel messages not to be displayed. 2005-08-03 08:14:08 +00:00
memory Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
printer Various updates to support dynamically starting drivers. 2005-08-02 15:30:36 +00:00
random Random is now a separate driver. 2005-08-03 15:22:41 +00:00
rtl8139 Miscellaneous cleanups. 2005-08-03 11:53:36 +00:00
tty Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00