Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggwpez/sxlb
32 bit OS for the IA32 architecture.
https://github.com/ggwpez/sxlb
Last synced: 5 days ago
JSON representation
32 bit OS for the IA32 architecture.
- Host: GitHub
- URL: https://github.com/ggwpez/sxlb
- Owner: ggwpez
- Created: 2015-05-23T12:36:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T22:35:28.000Z (over 8 years ago)
- Last Synced: 2024-04-15T05:13:20.621Z (7 months ago)
- Language: C++
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sxlb
Using this is very easy (on GNU/Linux), you only need the Assembler NASM, the Emulator Bochs and the GNU/g++ Compiler with GNU make.
Qemu as Emulator maybe works too, but I will explain it here for Bochs.
Attention! You are using this guide on your own risk.
I'm not to blame, if this harms your system.
Use these commands only, if you are an advanced user and know what they do.##Downloading
###git
`sudo apt-get install git`###sxlb
`git clone https://github.com/ggwpez/sxlb.git`Open the direcory with: `cd sxlb`
###g++
`sudo apt-get install g++`###NASM
`sudo apt-get install nasm`###Bochs
`sudo apt-get install bochs`##Testing
Compile it and start bochs with:
`make start`Cleanup is done with:
`make clean`