https://github.com/domarps/os_from_scratch
Implementing a bootable OS : "How to Write an Operating System from Scratch?" by Nick Blundell
https://github.com/domarps/os_from_scratch
Last synced: about 2 months ago
JSON representation
Implementing a bootable OS : "How to Write an Operating System from Scratch?" by Nick Blundell
- Host: GitHub
- URL: https://github.com/domarps/os_from_scratch
- Owner: domarps
- Created: 2015-05-21T12:50:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T14:35:04.000Z (about 10 years ago)
- Last Synced: 2025-01-30T23:52:18.106Z (4 months ago)
- Language: Assembly
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS_from_Scratch
>> Implementing a bootable OS.
>> "How to Write an Operating System from Scratch?" by Nick Blundell