Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 509 Bytes

jtos

jtos is an EFI-compatible operating system for x86-64 architecture.

jtos inside QEMU

Features

  • Terminal
  • printing time (in hex)
  • echo mode

Compiling

Currently jtos can be compiled only on Linux. Provided Makefile will probably work out of the box only on Ubuntu.

Dependencies:

  • clang
  • gnu-efi

Running

jtos' QEMU image can be run on QEMU on Linux, OS X and possibly more.

./run.sh

Dependencies:

  • QEMU
  • OVMF