https://github.com/dumitory-dev/cpu-protected-mode-switcher
A simple project that shows how to put the processor into protected mode.
https://github.com/dumitory-dev/cpu-protected-mode-switcher
assembler os
Last synced: 10 months ago
JSON representation
A simple project that shows how to put the processor into protected mode.
- Host: GitHub
- URL: https://github.com/dumitory-dev/cpu-protected-mode-switcher
- Owner: dumitory-dev
- License: mit
- Created: 2022-06-20T11:31:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T11:44:39.000Z (almost 4 years ago)
- Last Synced: 2025-07-04T00:36:55.016Z (11 months ago)
- Topics: assembler, os
- Language: Assembly
- Homepage:
- Size: 968 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpu-protected-mode-switcher
A simple project that shows how to put the processor into protected mode.
## Build with docker
Clone the project
```bash
git clone https://github.com/dumitory-dev/cpu-protected-mode-switcher
```
Go to the project directory
```bash
cd cpu-protected-mode-switcher
```
Build docker image && run container
```bash
[sudo] docker-compose up -d
```
After that, you can find the iso file in the `build` folder
## Work example

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)