Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAlexeyDev committed Dec 7, 2024
2 parents 911aa8b + cdced1e commit 0b022cf
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4,299 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EvaOS
Eva-OS - Это Open Source операционная система написанная на Assembler.
Eva-OS - это Open Source операционная система написанная на Assembler.

Цель проекта - создание модульной, гибкой и доступной системы как для рядового пользователя, так и для программистов.
Цель проекта - создание модульной, гибкой и доступной системы как для рядового пользователя, так и для опытного программистов.

## Компиляция
Перевод dotasm в bin
Expand All @@ -15,3 +15,17 @@ nasm -f bin -o bootloader.bin bootloader.asm
Get-Content bootloader.bin, VioletKernel.bin | Set-Content EvaOS.bin
```

Запуск через QEMU
```sh
qemu-system-x86_64 -fda EvaOS.bin
```

## Стек технологий:
```json
{
"Эмуляторы": "QEMU, Oracle VirtualMachine",
"Языки": "C++ GCC (Violet-Kernel)",
"Программы": "GRUB, UltraISO, PowerShell, GIT",
"Компиляторы": "NASM(ASM ENV), mingw32(CPP ENV), msys2(Software Distribution and Building Platform)"
}
```
Binary file removed vm/20241207_023403.iso
Binary file not shown.
65 changes: 0 additions & 65 deletions vm/EvaOS/EvaOS.vbox

This file was deleted.

70 changes: 0 additions & 70 deletions vm/EvaOS/EvaOS.vbox-prev

This file was deleted.

Binary file removed vm/EvaOS/EvaOS.vdi
Binary file not shown.
Loading

0 comments on commit 0b022cf

Please sign in to comment.