Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed ctor/dtor issue allowing use of static qualifiers for non primitives. | Toni Uhlig | 2021-07-28 |
| | | | | | | | | * split CRT in a C and C++ part * use "fake" entry point to init CRT and set a DriverUnload routine for de-init * added -Wl,--exclude-all-symbols to DRIVER_LDFLAGS Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Re-worked all the Makefile's as they were not sufficient for external projects. | Toni Uhlig | 2021-04-24 |
| | | | | | | * simplified DriverThread::SpinLock Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added MT support for ring0 drivers. | Toni Uhlig | 2021-04-20 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added kernel threading support. | Toni Uhlig | 2021-04-20 |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |