https://github.com/linarcx/pardis
An hobby os written in assembly
https://github.com/linarcx/pardis
assembly operating-system-learning os
Last synced: about 1 year ago
JSON representation
An hobby os written in assembly
- Host: GitHub
- URL: https://github.com/linarcx/pardis
- Owner: LinArcX
- License: gpl-3.0
- Created: 2022-04-28T06:59:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T18:55:50.000Z (over 2 years ago)
- Last Synced: 2025-04-08T16:52:46.668Z (about 1 year ago)
- Topics: assembly, operating-system-learning, os
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pardis
An hobby os written in assembly.
# Is it Paradise?
Paradise in English came from a Persian name called "Pardis".
It denotes jungles/big gardens in which various animals lived freely.
# Prerequisites
- git
- fasm
- xorriso
- fzf
- qemu
# Build/Run/Clean
## Linux
First source **project.sh** file:
`. project.sh`
And then call `p`(it's a bash function).
Now you can see a list of commands, like:
- build
- run
- clean
- debug
- search
- search/replace
- generate tags
- valgrind
- find strings in the binary
- list symbols from object files
## License
