Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmeloalencar/meu-os-do-zero
Um simples Sistema Operacional x86 Multitarefas escrito do zero
https://github.com/danielmeloalencar/meu-os-do-zero
c-language from-scratch operating-system x86-assembly
Last synced: about 1 month ago
JSON representation
Um simples Sistema Operacional x86 Multitarefas escrito do zero
- Host: GitHub
- URL: https://github.com/danielmeloalencar/meu-os-do-zero
- Owner: danielmeloalencar
- Created: 2024-08-16T14:16:19.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-18T03:40:14.000Z (3 months ago)
- Last Synced: 2024-09-30T01:02:26.252Z (about 2 months ago)
- Topics: c-language, from-scratch, operating-system, x86-assembly
- Language: Assembly
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Meu Sistema Operacional do Zero
## O bootloader
* Para compilar, use o nasm`nasm -f bin boot.asm -o boot.bin`
* Para executar, use o Qemu`qemu-system-x86_64 -hda ./boot.bin `
Rodando no Qemu
![Bootload Image](./assets/print.png)Rodando no PC Real Ryzen 5
![PC Real](./assets/pcreal.jpg)