Skip to content

kubo39/kubOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubOS

Trying to write OS, but D.

https://github.com/phil-opp/blog_os

prerequirements

Currently x86_64 only.

  • qemu -- for running OS on qemu.
  • nasm -- for compiling assembly sources.
  • dmd -- for compiling D sources.
  • dub -- for building D language project.
  • xorriso -- for create ISO image.
  • grub-pc-bin -- (optional.) because of Linux on EFI

Ubuntu

Get system requirements.

$ apt install -y qemu-system-x86 nasm xorriso

Install DMD.

$ curl https://dlang.org/install.sh | bash -s dmd

Build && Run

$ make run

About

WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors