I wish to make a custom kernel, that loads and executes code (my code is similar to lua) so that I can use it to make an OS, I have already made a basic kernel in java, but I really need to know how to make it in Assembly.
Can anyone give me the steps to making an efficient kernel in assembly?
Would be really interested in how you did this in Java. This website is excellent for all things regarding OS development.