Skip to content

Louiml/textOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

basic operating system(Only print text)

how to start:

ubuntu ->

  • sudo apt install nasm
  • sudo apt install qemu
  • nasm main.asm -f bin -o <filename(custom)>.bin
  • qemu-system-x86_64 <filename(custom)>.bin

mac ->

  • brew install nasm
  • brew install qemu
  • nasm main.asm -f bin -o <filename(custom)>.bin
  • qemu-system-x86_64 <filename(custom)>.bin

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published