Now loads the maximum size of zbeos when booted from a floppy or CD.
Note, this value should be patched by the build system to the actual size of zbeos - but since we don't have this mechanism in place yet, the maximum value is probably the best default, even if it should slow down a floppy boot considerably. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14344 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,7 +35,9 @@
|
|||||||
sNumSectors:
|
sNumSectors:
|
||||||
// this location will contain the length of the boot loader as
|
// this location will contain the length of the boot loader as
|
||||||
// written by the "makeflop" command in 512 byte blocks
|
// written by the "makeflop" command in 512 byte blocks
|
||||||
.word 0x00c0
|
// 0x180 is the allowed maximum, as the zipped TAR with the
|
||||||
|
// kernel and the boot module might start at offset 192 kB
|
||||||
|
.word 0x0180
|
||||||
|
|
||||||
floppy_start:
|
floppy_start:
|
||||||
cli
|
cli
|
||||||
|
|||||||
Reference in New Issue
Block a user