Skip to content

mfkiwl/JudgeDuck-OS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JudgeDuck-OS-64-GRUB

JudgeDuck-OS Targeting x86-64 based on GRUB

Build and Run

Tested on Ubuntu 20.04 and gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04).

Prerequisites:

sudo apt install gcc g++ gcc-multilib g++-multilib qemu-system-x86 grub-pc xorriso nasm make

# Download duck-binaries repository at the parent directory
git clone https://github.com/JudgeDuck/duck-binaries.git ../duck-binaries

Build:

make

Run:

make run      # Run with QEMU
make run-nox  # Run with QEMU (no-graphic)

Run on Real Machine

TODO

About

The Operating System for JudgeDuck -- Stable and Accurate Judge System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 72.1%
  • C 16.2%
  • Assembly 8.9%
  • Makefile 2.8%