Skip to content
/ xo_os Public

Educational project. x86_64 OS kernel written in Rust

License

Notifications You must be signed in to change notification settings

xosmig/xo_os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xo_os

Building

WARNING: xargo must be installed

You can install it by running cargo install xargo

If there are any problems with installation, look at https://github.com/japaric/xargo#dependencies

Makefile

environment variables:

  • CFG='opt1 opt2'
    • Available options: gdb, os_test
  • RUSTFLAGS

Useful targets:

  • build — (default) build debug target
  • run — build debug target and run it via qemu
  • tests — run unit tests

About

Educational project. x86_64 OS kernel written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published