mkernel icon indicating copy to clipboard operation
mkernel copied to clipboard

A minimalist kernel

Results 5 mkernel issues
Sort by recently updated
recently updated
newest added

The tutorial seems to be assuming the use of a hosted compiler, but if anyone wants to do serious development you should be using a [cross-compiler](http://wiki.osdev.org/GCC_Cross-Compiler) or you *will* run...

remove second index variable in order to maybe save a few bits of memory and to make the code more readable

+ Add a Makefile. + Add a .gitignore. + Update README.md to include information about Makefile.

How should I add entry to grub 0.97 I have created VM and installed Ubuntu 12.04 I have also compiled kernel file and moved in to /boot directory I edited...