Go to file
Victor Timofei 5224d33fb4
Cleanup and documentation
2022-05-05 20:35:51 +03:00
fonts Enter longmode 2022-05-02 17:26:07 +03:00
grub Create ISO 2022-04-25 22:58:45 +03:00
kernel Cleanup and documentation 2022-05-05 20:35:51 +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 Enter longmode 2022-05-02 17:26:07 +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