Skip to content

GuEe-GUI/GuEeOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

GuEeOS

Build Status License Version GuEeOS

A 64-bit Operating System. It's open source, just do it!

E-mail: [email protected] / [email protected]

Build Tools

  • C/CPP elf Tools >4.6

    • x86-64
      • Windows Tools: you can get a releases by lordmilko i686-elf-tools
      • Unix/Linux Tools: install x86_64-elf-gcc in your terminal.
    • arm64
      • Windows Tools: arm-elf-gcc
      • Unix/Linux Tools: install arm-elf-gcc in your terminal.
    • riscv64
  • Assembly Tools:

    • Nasm You can get it from here
    • AT&T You can get it in C/CPP elf Tools
  • Package Tools

    • genisoimage
      • Windows Tools: I compile it in CygWin for Windows;
      • Unix/Linux Tools: Install genisoimage in your terminal.
    • mkfs.dos
      • Windows Tools: With no all features, It's just simulate command for Windows;
      • Unix/Linux Tools: Install mkfs in your terminal.
    • mtools
      • Windows Tools: I compile it in CygWin for Windows;
      • Unix/Linux Tools: Install mkfs in your terminal.
    • grub
      • Windows Tools: You can get Release from here;
      • Unix/Linux Tools: By this document
  • Virtual Machine

Tip: You can Dev in CygWin for Windows, and install these tools like Unix/Linux;

#include <stdio.h>

int main(int argc, char **argv) {
    printf("Hello World!");
    return 0;
}

前人栽树,后人乘凉。感谢前人的贡献能帮助到我们,也希望我能继续帮助到后续来者。

The predecessors planted trees, and the descendants took the cold. Thanks to the contributions of the predecessors can help us, and I hope that I can continue to help followers.

About

64-bit Operating System base on NXOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published