Page 1 of 1
Download kennel 1file
Posted: Wed Aug 07, 2002 11:00 pm
by Nick
Were can i get a 1 file kernel (small) with source?
RE:Download kennel 1file
Posted: Wed Aug 07, 2002 11:00 pm
by carbonBased
[bits 16]
sauce:
jmp sauce
times 510-($-$$) db 0
dw 0xaa55
How's that?
Seriously, though, I don't think you'll ever find a one file kernel. If you do, it probably wasn't coded too well
If you do a search for the multiboot standard there is some source code attached to it, which is bootable, and even contains a nice printf and cls function near the end of it.
Other than that, I don't think you'll find too many really simple kernels. Perhaps a few boot sectors, but that's about it.
Jeff
RE:Download kennel 1file
Posted: Thu Aug 08, 2002 11:00 pm
by netster403
thats more of a CPU-frying Bootloader
i wonder how long it'll loop before.. BANG!!!
nice touch at the end with the filler, Gotta do thingz right, if they gotta be done. (512 Bytes of bread)