hky1999 / x86_os_demo

A Rust-based bare-metal minimal kernel of x86_64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X86-demo

This is just a test demo to build a simple bare-metal x86 application.

Mainly refer to the implementation in https://github.com/phil-opp/blog_os/tree/post-11.

It can be run on qemu-system-x86_64 with https://github.com/hky1999/rboot as bootloader.

For build and run commands, see Makefile for details.

ref:

About

A Rust-based bare-metal minimal kernel of x86_64


Languages

Language:Rust 85.8%Language:Makefile 13.2%Language:GDB 1.0%