Y
Hacker News
new
|
ask
|
show
|
jobs
by
ScaleneTriangle
1755 days ago
For something to be considered clickbait it generally needs to be significantly deceptive.
1 comments
CodeWriter23
1755 days ago
Well, it’s own doc says the OS occupies 2 sectors, IOW > 512 bytes. Doing all those system calls in less than 1K is still impressive though.
link
WesolyKubeczek
1754 days ago
Says 512 bytes of machine code, not "fits in the MBR". You can only cram 355 or so bytes of
code
into MBR area designated for that.
link
FreeFull
1754 days ago
If you're fine with overwriting the partition table, you can go up to 510 bytes of code, followed by 2 bytes for the mandatory MBR boot signature
link
CodeWriter23
1752 days ago
No partition table on floppy disks.
link