A 64-bit Operating System. It's open source, just do it!
E-mail: geeesgui@gmail.com / 2991707448@qq.com
-
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.
- Windows Tools: you can get a releases by
- arm64
- Windows Tools: arm-elf-gcc
- Unix/Linux Tools: install
arm-elf-gcc
in your terminal.
- riscv64
- Windows/Unix/Linux Tools: riscv-gnu-toolchain, compile it by yourself
- x86-64
-
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
- genisoimage
-
Virtual Machine
- Qemu (Default in GuEeOS Dev)
- VirtualBox
- Bochs
- VMware
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;
}