LSE/OS A new nanokernel

A new kernel for an OS caled LSE/OS was developed by a french research laboratory: Epita System Laboratory. This laboratory is specialized in low-level system programming.For more than one year this laboratory has been developing an extremely stable nanokernel with specific features that place it in a very special class of systems. Read on for more. Update: English version here.
The LSE/OS developers claim that this kernel has some interesting advantages on modern systems such as: Linux, *BSD, etc.

Abandoning the monolithic model, this kernel offers a very simple development interface.

The main goal of this system was to never crash. For this reason, the core designers decided to adopt a nanokernel model because it permits to move the drivers and services code out of the core code. These services becoming “privilegied” processes. With this model, an error can occurs in a driver without crashing the system that is impossible is a monolithic model such as linux.

This kernel was designed to be modular. This feature implies that the kernel code is finally very light and the source of bugs are now limited to the very small core code.

This system is now open source but needs help to evolve. Indeed, some programs and drivers has to be ported or developed. Also some specific applications have to be developed to exploit the LSE/OS interface and to demonstrate the rapidity and flexibility of this kernel.

Please refer to the site of the laboratory for more details on this project: www.lse.epita.fr

35 Comments

  1. 2004-12-12 6:36 pm
  2. 2004-12-12 6:41 pm
  3. 2004-12-12 6:46 pm
  4. 2004-12-12 6:50 pm
  5. 2004-12-12 7:14 pm
  6. 2004-12-12 7:19 pm
  7. 2004-12-12 7:25 pm
  8. 2004-12-12 8:11 pm
  9. 2004-12-12 9:40 pm
  10. 2004-12-12 9:56 pm
  11. 2004-12-12 10:08 pm
  12. 2004-12-12 10:10 pm
  13. 2004-12-12 10:12 pm
  14. 2004-12-12 10:15 pm
  15. 2004-12-13 12:14 am
  16. 2004-12-13 1:05 am
  17. 2004-12-13 2:37 am
  18. 2004-12-13 3:22 am
  19. 2004-12-13 3:31 am
  20. 2004-12-13 3:53 am
  21. 2004-12-13 8:07 am
  22. 2004-12-13 8:38 am
  23. 2004-12-13 9:12 am
  24. 2004-12-13 11:14 am
  25. 2004-12-13 11:53 am
  26. 2004-12-13 1:16 pm
  27. 2004-12-13 1:36 pm
  28. 2004-12-13 1:48 pm
  29. 2004-12-13 3:23 pm
  30. 2004-12-13 4:01 pm
  31. 2004-12-13 4:32 pm
  32. 2004-12-13 4:51 pm
  33. 2004-12-13 5:16 pm
  34. 2004-12-14 9:19 am
  35. 2004-12-14 11:13 am