Writing Linux Modules in Ada - Part 3
Posted on Fri 25 November 2016 in misc • Tagged with ada, linux, kernel, os
View on Github Star on Github Download Pt-3
In this part, I will continue porting capabilities to the run-time
Image
The 'Image
attribute is used to return the string representation of a value. This value can be integer, boolean, enumeration etc.
The run-time have a separate implementation of the attribute …
Continue reading