@computertrick i know this post is like 3 months old, but if you sill haven't gotten it fixed you might want to ask on Ubuntu Forums. you might not have the correct dependencies to do a kernel compile.
@MetalShreader after make you would run 'make modules', 'make modules_install', and 'make install' then you would need to copy the kernel image from your build directory to your /boot directory since make install only installs the System map. you can't really just burn a kernel to a disk and boot off of it, you need to do a good deal more first.
Did you make that in HTML4?
theif519 8 months ago
@theif519 Do you mean the terminal?
plutgamer 4 months ago
@plutgamer Yes, the terminal inside of the web browser
theif519 4 months ago
@theif519 nope it's written in c++ and compiled with gcc
plutgamer 4 months ago
Does it work with ubuntu because i get errors when i compile with ubuntu
computertrick 1 year ago
@computertrick i know this post is like 3 months old, but if you sill haven't gotten it fixed you might want to ask on Ubuntu Forums. you might not have the correct dependencies to do a kernel compile.
itachisxeyes 11 months ago
what do you do after "make"? can you burn it to a disc and boot?
MetalShreader 1 year ago
@MetalShreader after make you would run 'make modules', 'make modules_install', and 'make install' then you would need to copy the kernel image from your build directory to your /boot directory since make install only installs the System map. you can't really just burn a kernel to a disk and boot off of it, you need to do a good deal more first.
itachisxeyes 11 months ago