Go to file
Victor Timofei 2ff385bb30
Update build and run instructions
2022-04-25 23:51:08 +03:00
fonts Create ISO 2022-04-25 22:58:45 +03:00
grub Create ISO 2022-04-25 22:58:45 +03:00
kernel Fix arg size and multiboot struct padding 2022-04-25 23:48:28 +03:00
.cross_env Add GCC Cross-Compiler 2022-04-24 03:21:48 +03:00
.gitignore Create bare bones kernel 2022-04-25 22:16:07 +03:00
Makefile Create ISO 2022-04-25 22:58:45 +03:00
README.md Update build and run instructions 2022-04-25 23:51:08 +03:00

README.md

OS

GCC Cross-Compiler

Build requirements

  • Unix-like environment
  • GCC
  • Make
  • Bison
  • Flex
  • GMP
  • MPFR
  • MPC
  • Texinfo

Install

make crossdev

Load the environment

source .cross_env

Kernel

Build

make

Run on qemu

make run-qemu