Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
bootloader
Commits
1c7bfa88
Verified
Commit
1c7bfa88
authored
Mar 01, 2022
by
Jeremy Soller
Browse files
Reduce maximum BIOS bootloader size to 256 KiB
parent
c737f34e
Changes
1
Hide whitespace changes
Inline
Side-by-side
asm/x86-unknown-none/bootloader.asm
View file @
1c7bfa88
...
...
@@ -17,5 +17,5 @@ stage3:
align
512
,
db
0
.end:
; the maximum size of the boot loader portion is
384
KiB
times
(
384
*
1024
)
-
(
$
-
$$
)
db
0
; the maximum size of the boot loader portion is
256
KiB
times
(
256
*
1024
)
-
(
$
-
$$
)
db
0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment