https://github.com/louiml/textos
https://github.com/louiml/textos
basic-operating-system operating-system
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louiml/textos
- Owner: Louiml
- Created: 2022-10-15T11:20:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T18:40:27.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:38:35.239Z (4 months ago)
- Topics: basic-operating-system, operating-system
- Language: Assembly
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## basic operating system(Only print text)
# how to start:
### ubuntu ->
* sudo apt install nasm
* sudo apt install qemu
* nasm main.asm -f bin -o .bin
* qemu-system-x86_64 .bin
#
### mac ->
* brew install nasm
* brew install qemu
* nasm main.asm -f bin -o .bin
* qemu-system-x86_64 .bin