Jump to content
xisto Community
amitojduggal

Need Help With Kernel Compilation Please help me for my project

Recommended Posts

Hello everyone,i am making a project on the operating system, i am making a basic Operating system in C and assembly, so i have written 2 basic things boot loader and kernelNow i have a problem, boot loader works fine, but the kernel is not complete, it follows only very simple commands like clear screen, quit and reboot, i want to add program like make directory, remove directory, and dir commands, but i do not know the logic for those programs, please help me, and i also want to add a text editor and a snake game,it there a command in c that makes us to run an exe file from within a program and also i need to know, is there a way we can edit a file with .bin extension.i just want to put some more things in it, what should i do? please help meBye

Share this post


Link to post
Share on other sites

Well, I suppose if you've come as far as half-writing a simple kernel, I would suggest you study the Unix Operating System. I am sure you have either considered this or have done it as a part of some formal course or the other. The code for Linuxes is open source, it is written in C and Assembly, you can take it apart for yourself and see how it works. The linux kernel mailing list archives is a good starting point (but please read their guidelines before you post anything there! it's a strictly dev-only list). Or just install a linux distro and start hacking the kernel. Google a few keywords for more information.Hope this helps.Cheers!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.