2021-11-03 23:00:20 +01:00
2021-11-03 09:53:38 +01:00
2021-11-03 09:54:44 +01:00
2020-04-22 16:53:31 +02:00
2021-11-03 23:00:20 +01:00
2021-10-30 15:43:40 +02:00
2018-08-06 18:41:45 +02:00
2021-10-31 00:04:01 +02:00
2021-10-08 11:24:02 +02:00

Introduction

Matos is a simple OS.

It's targetting x86 and inspirated by http://sos.enix.org/fr/PagePrincipale

Dependencies

To generate iso image

  • mtools xorriso (which is libisoburn on ArchLinux)
  • gcc >= 6

Run it

make run

or

make fd.iso && qemu-system-x86_64 -cdrom fd.iso

you can also test it

make test

Debug

gdb could be launch with debug symbols using :

make debug

Then you can check some matos specific commands or pretty printing with

help user-defined info pretty-printer (Should contains matos_pretty_printers)

Features

  • VGA Driver
  • keyboard Driver
  • Serial Driver
  • Timer
  • Virtual memory
  • Allocator
  • Multithread (Full preempt)
  • Mutex
  • ATA
Description
Simple OS
Readme
Languages
C 91.9%
Assembly 4.7%
Python 1.9%
Makefile 1.2%
GDB 0.3%