An open API service indexing awesome lists of open source software.

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.

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
![Alt text](/img/work.gif)

## 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/)