Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vroncevic/kernel_basic_system
:penguin: Kernel Basic System
https://github.com/vroncevic/kernel_basic_system
asm basic-structure c kernel linux makefile os virtual-machine
Last synced: 22 days ago
JSON representation
:penguin: Kernel Basic System
- Host: GitHub
- URL: https://github.com/vroncevic/kernel_basic_system
- Owner: vroncevic
- License: gpl-3.0
- Created: 2017-05-20T20:27:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T22:06:39.000Z (about 4 years ago)
- Last Synced: 2024-03-14T20:36:48.457Z (8 months ago)
- Topics: asm, basic-structure, c, kernel, linux, makefile, os, virtual-machine
- Language: C
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kernel Basic System (C codes).
The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the tool is installed.### INSTALLATION
To install this tool type the following:
* Generate iso image file
* Generate new Virtual Machine (by VirtualBox) and add iso file
* Type command make run (testing)and follow instructions.
### DEPENDENCIES
This tool requires these other modules and libraries:
* None
### COPYRIGHT AND LICENCE
Copyright (C) 2018 by https://vroncevic.github.io/kernel_basic_system
This tool is free software; you can redistribute it and/or modify it.
:sparkles: