Convincing so-called "nerds" our OSes aren't Linux?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
metallevel
Posts: 18
Joined: Thu May 17, 2012 12:43 pm
Location: in front of a computer

Re: Convincing so-called "nerds" our OSes aren't Linux?

Post by metallevel »

Frankly I'm quite surprised no one here apparently does what I do:

Code: Select all

jmp short BEGIN
signature: db 'BL stg 1 by J. Blow'
BEGIN:
Just stick it at the beginning of the 1st stage bootloader (or the kernel if your using a FAT filesystem) and if anyone asks for proof then open the image file with a hex editor. Heck if your using a floppy image and rolling your own filesystem it may even be the first thing they see!
Post Reply