nativeos/kernel/device
Dani Rodríguez 13fe360f78 rtclock: do not use interrupts for compatibility
It seems that some machines do not like to run interrupts to know when
the time passes. Therefore, in this commit time is polled actively.
Every time you read from DEV:/CLOCK, the time will be fetched.

(This should probably be a system call, but there are no system calls in
the kernel yet.)
2022-01-28 22:25:49 +01:00
..
vtcon vtcon: virtual multiple consoles 2022-01-19 22:11:39 +01:00
kbd.c i386: additional port I/O functions 2021-12-31 13:15:20 +01:00
null.c devmgr: add support for block devices 2021-12-27 16:14:56 +01:00
pctimer.c devmgr: fix bugs related to the device manager 2022-01-09 12:28:45 +01:00
rtclock.c rtclock: do not use interrupts for compatibility 2022-01-28 22:25:49 +01:00
uart8250.c devmgr: fix bugs related to the device manager 2022-01-09 12:28:45 +01:00
vgafb.c i386: additional port I/O functions 2021-12-31 13:15:20 +01:00
vgafb.h vgafb: add extra operations through ioctl 2021-12-27 17:35:19 +01:00