ospre

Crates.ioospre
lib.rsospre
version0.1.6
sourcesrc
created_at2023-04-26 06:27:22.168645
updated_at2023-04-26 09:02:59.739177
description这是一个用于开发64位操作系统的前置工具,用于做boot、loader等工作。它需要你安装nasm编译器才能使用,使用方式请看文档
homepage
repository
max_upload_size
id849080
size160,823
(2019fengchen)

documentation

README

前提

你已经安装了 nasm 编译器

安装

cargo install ospre

使用

ospre kernel=你的内核文件 执行ospre命令后,你将在当前目录下得到一个disk.img文件

Example

ospre kernel=./my_os.elf

使用QEMU调试

qemu-system-x86_64 -m 128M -drive file=./disk.img,index=0,media=disk,format=raw

注意点

只能用cargo install来安装,而不是 cargo add

Commit count: 0

cargo fmt