Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 399 Bytes

ObsidianOS

A Unix-like OS for i386 (32 bit). Planned: vim-like editor, full libc, assembler, C compiler, software 3D graphics.

Done:

  • Assembler (supports most Intel 80386 instructions)
  • PS/2 Keyboard and mouse drivers
  • 3D graphics library (transformations, rasterization, depth testing, untextured)

In Progress:

  • C library (done: printf, time, string)

Later:

  • C compiler
  • Vim