Skip to content

A silly Operating System written in C and Assembly!

Notifications You must be signed in to change notification settings

FujiwaraChoki/osaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OsakaOS

This is an Operating System which is currently in development.

Writing in ASM and C.

Run

Make sure you have the following things already installed:

  • qemu (or any other virtualization software, e.g. vbox)
  • make
  • gcc

Next, run the following commands:

make
qemu-system-x86_64 build/main_floppy.img

If you aren't on Windows, just change the qemu command, as it's name is different on different operating systems.

About

A silly Operating System written in C and Assembly!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published