fzdwx

fzdwx

Hello , https://github.com/fzdwx

Playing Super Mario on the Abstract Machine

Recently, I have been studying jyy's Computer System Fundamentals Exercise Course,
and when working on pa1, I came across a project that runs NES games.

Issues encountered:

  1. Unable to find SIGSTKSZ parameter

Modify SIGSTKSZ to a fixed parameter

//uint8_t sigstack[SIGSTKSZ];
uint8_t sigstack[8192];
  1. Incorrect serial

Modify nemu/src/device/serial.c#init_serial, it varies for each person, mine is 9.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.