Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxlgv/kolibridev
KolibriOS Developer Edition. This is a System Image for developers.
https://github.com/mxlgv/kolibridev
kolibrios
Last synced: 9 days ago
JSON representation
KolibriOS Developer Edition. This is a System Image for developers.
- Host: GitHub
- URL: https://github.com/mxlgv/kolibridev
- Owner: mxlgv
- License: gpl-3.0
- Created: 2020-11-03T17:25:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T12:32:45.000Z (over 3 years ago)
- Last Synced: 2024-02-04T23:36:26.667Z (9 months ago)
- Topics: kolibrios
- Language: Assembly
- Homepage: https://vk.me/join/sL0jgf5EUE7ORHheAWvgdc7OCz9kxBW6NNA=
- Size: 54.7 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KolibriOS Developer Edition
### Description
KolibriDev is a Kolibri OS distribution built to prove that development in the OS itself is possible!
### Differences from the official**Added:**
- FasmX(console version Fasm)
- kosjs(in developing)
- Netsurf(pre-installed)
- TinyTextEditor
- NeonTextEditor
- TinyHashView
- TEAtool
- UD86(Disassembler)
- Binutils:
- objcopy
- ar
- strip
- FreePascal
- TinyPython
- Header files for fasm libraries
- New wallpapers and icons**Removed:**
- All demos and games
- Some emulators
- fNav - file manager
- Unnecessary skins### Building and getting
**Getting:**
You can get the finished ISO image on the [releases page](https://github.com/turbocat2001/KolibriDev/releases)**Building in Linux:**
To build you need: fasm, gcc-toolchain (sdk and kos32-gcc). If the SDK is located at "/home/autobuild/tools/win32/sdk" and the libraries are at "/home/autobuild/tools/win32/mingw32/lib", then continue.
If not, then execute:`export SDK_DIR="/path/to/sdk"`
`export LIB_DIR="/path/to/lib"`
After that, run ` ./build ` and after that the build will start. At the end of the build, the distribution kit can be run in "Qemu" or
"VirtualBox", commands:` ./start_qemu`
`./start_qemu_kvm`
`./start_vbox`