Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kernel] Add support for 1k size bootopts #111

Merged
merged 1 commit into from
Dec 7, 2024
Merged

[kernel] Add support for 1k size bootopts #111

merged 1 commit into from
Dec 7, 2024

Conversation

Mellvik
Copy link
Owner

@Mellvik Mellvik commented Dec 7, 2024

Leftover from #106

@Mellvik Mellvik merged commit 82151bc into master Dec 7, 2024
@@ -1013,7 +1016,7 @@ pc98_int1b:
mov $DEF_OPTSEG,%ax // ES:BX = DEF_OPTSEG:0
mov %ax,%es
xor %bx,%bx
mov $0x0201,%ax // BIOS read disk, 1 sector
mov $0x0202,%ax // BIOS read disk, 1 sector
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal, but the comment here still reads 1 sector, when we're now reading 2.

I've purposely not retabbed this file (setup.S) so as to keep it easier in sync with TLVC via diff - it should be identical. Was your last diff showing other differences this PR didn't update, and/or are other TLVC changes required?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I missed that one. And yes, it's a good idea to keep these in complete sync. I just checked the diff - there is no difference except in the comments. Plus there is the hello_mess - which could be fixed using UTS_SYSNAME from config.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants