Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Development Environment:

  • OS: Ubuntu.
  • Nasm(nasm): Assembler and disassembler for the Intel x86 architecture (Linux Env).
  • QEMU(qemu-system_x86): Open-source emulator and virtualizer (To test the Kernel, Bootloader, ....).

Install:

$ sudo apt update
$ sudo apt install nasm
$ sudo apt install qemu-system-x86 && qemu-system-x86_64

References:

About

Build a 32bit multi-threaded operating system with an interactive shell from the ground up.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages