Skip to content

Kaiser-Vaticanov/hOS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# hOS

A minimalistic OS based on FASM.

## Commands

- exit — shuts down the system.

- Any text — input with Backspace support.

## How to build

1. Install FASM.

2. Run: fasm hos.asm hos.bin

3. Run in QEMU: qemu-system-i386 -drive format=raw,file=hos.bin

# hOS

Минималистичная ОС на FASM.

## Команды

- exit — выключение системы.

- Любой текст — ввод с поддержкой Backspace.

## Как собрать

1. Установите FASM.

2. Запустите: fasm hos.asm hos.bin

3. Запустите в QEMU: qemu-system-i386 -drive format=raw,file=hos.bin

About

hOS this is a hobby-made operating system that only allows you to write and erase text and exit by typing exit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors