Skip to content

ronmrdechai/motOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motOS - My attempt at writing an operating system

This is my attempt at writing an operating system. It currently doesn't do much, but the idea is to, at some point, embed a FORTH/LISP interpreter (I haven't decided yet) in the kernel, and write the rest of it in a higher level language.

Building

To build you need an i686-elf gcc cross compiler. I suggest reading the tutorial on OSDev about how to build one.

To build the kernel just run make. You can run the kernel in QEMU using make run. I'll probably add a target to build a floppy image soon.

About

My attempt at writing an operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published