Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-n3m0 committed May 9, 2023
1 parent 50d5c08 commit 311942b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Kernel16F is a simple operating system kernel written in x86 assembly and C. It is designed to run on 16-bit x86 processors and provides basic functionality such as keyboard input, screen output, and memory management.
## Contributors

[@Abhrankan-Chakrabarti](https://github.com/Abhrankan-Chakrabarti)
[@captain-n3m0](https://github.com/captain-n3m0)
[@Abhrankan-Chakrabarti](https://github.com/Abhrankan-Chakrabarti)

## Getting Started

To build and run Kernel16F, you will need a 16-bit x86 processor emulator such as QEMU or Bochs. You will also need a cross-compiler that can compile code for the 16-bit x86 architecture.

1. Clone the repository:
```bash
git clone https://github.com/captain-n3m0/Kernel16F.git
git clone https://github.com/captain-n3m0/Kernel16F.git
```

2. Install the cross-compiler:
Expand Down

0 comments on commit 311942b

Please sign in to comment.