| | 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 kernel Now 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 me Bye |

