mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Give kassert its own vector instead of DBZ
This commit is contained in:
@@ -98,7 +98,8 @@ kernel_main(popcorn_data *header)
|
||||
uint8_t buf[512];
|
||||
kutil::memset(buf, 0, 512);
|
||||
|
||||
disk->read(0x200, sizeof(buf), buf);
|
||||
kassert(disk->read(0x200, sizeof(buf), buf),
|
||||
"Disk read returned 0");
|
||||
|
||||
console *cons = console::get();
|
||||
uint8_t *p = &buf[0];
|
||||
|
||||
Reference in New Issue
Block a user