http://git.dujemihanovic.i2p?p=nameless-os.git;a=commitdiff;h=668fa121eb74d3317a73c2289f8805aaf1c84d7e;hp=c9f2bccb44c5437f1cae0862b2c84d3af47eade8;ds=inline
Run make in the source root + +4. Run boot.img with some emulator, I use qemu: + qemu-system-i386 boot.img + You can use the x86_64 qemu, Bochs, VirtualBox or something else if you prefer diff --git a/kernel/entry.s b/kernel/entry.s index 236b81e967e459e4c6f684d137726dbf42743677..a02df92d4703df4ada20654b433158c80ee1373f 100644 (file) --- a/ kernel/entry.s +++ b/ kernel/entry.s @@ -1,5 +1,12 @@ - bits 32 - extern _start...