Skip to content

elementh/cue_os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cue_os

⚙️ A rust-powered OS

Usage

Dependencies: grub, mtools, xorriso, nasm, qemu.

Build iso:

make iso

Build iso and run qemu:

make run

License

cue_os Copyright (C) 2017 Lucas Maximiliano Marino & Pablo Moyano

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.