C++ Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Zenith (talk | contribs)
Zenith (talk | contribs)
No edit summary
Line 1:
{{Rating|2}}
:''This tutorial sets up only the most basic bootable C++ kernel. For more information on '''C++ kernels''' see [[C PlusPlus|C++]].''
 
If you have a [[Bare bones|GRUB-booting C kernel]] (please read and follow through that document first!), extending it to C++ isn't difficult. All that is needed are a couple of lines to cater for C++ specifics.