Pass boot payload to serial init
This commit is contained in:
parent
de1c87e040
commit
5101990044
4 changed files with 11 additions and 5 deletions
|
@ -102,7 +102,7 @@ pub fn haltNoInterrupts() noreturn {
|
|||
while (true) {}
|
||||
}
|
||||
|
||||
pub fn initSerial() Serial {
|
||||
pub fn initSerial(boot_payload: BootPayload) Serial {
|
||||
return .{ .write = undefined };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue