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

Writing Linux Modules in Ada - Part 2

Posted on Sat 05 November 2016 in misc • Tagged with ada, linux, kernel, os

View on Github Star on Github Download Pt-2

In the previous post I demonstrated that writing Linux kernel modules in Linux is not science fiction.

Yet, the produced module was extremely simple. Before improving it, some foundation needs to be added. Today I want to introduce the secondary stack.

Secondary …


Continue reading

Writing Linux Modules in Ada - Part 1

Posted on Sun 23 October 2016 in misc • Tagged with ada, linux, kernel, os

View on Github Star on Github

In the following series of blog posts I will document my attempts to write Linux modules using the Ada language.

I am not a professional and my knowledge of the Linux kernel and gnat is not comprehensive. Please pardon me for any inaccuracies I …


Continue reading